Skip to content

Commit

Permalink
Update simapp/simd/cmd/root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio authored Dec 18, 2020
1 parent 71b7768 commit ad2d5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ func createSimappAndExport(
if !ok || homePath == "" {
return servertypes.ExportedApp{}, errors.New("application home not set")
}

if height != -1 {

simApp = simapp.NewSimApp(logger, db, traceStore, false, map[int64]bool{}, homePath, uint(1), encCfg, appOpts)
Expand Down

0 comments on commit ad2d5df

Please sign in to comment.