Skip to content

Commit

Permalink
update NewRootCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
skyargos committed Jan 13, 2025
1 parent 3fbd038 commit b5b7e8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/shentud/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ func NewRootCmd() *cobra.Command {
cfg.Seal()

tempApp := app.NewShentuApp(
log.NewNopLogger(), dbm.NewMemDB(), nil, false,
log.NewNopLogger(),
dbm.NewMemDB(),
nil,
true,
simtestutil.NewAppOptionsWithFlagHome(tempDir()),
)

Expand Down

0 comments on commit b5b7e8c

Please sign in to comment.