Skip to content

Commit 1e6d26a

Browse files
committed
fix tmcmd.ResetAll properly
1 parent 300a360 commit 1e6d26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tm_cmds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func UnsafeResetAllCmd(ctx *Context) *cobra.Command {
7272
Short: "Reset blockchain database, priv_validator.json file, and the logger",
7373
RunE: func(cmd *cobra.Command, args []string) error {
7474
cfg := ctx.Config
75-
tcmd.ResetAll(cfg.DBDir(), cfg.PrivValidatorFile(), cfg.P2P.AddrBookFile(), ctx.Logger)
75+
tcmd.ResetAll(cfg.DBDir(), cfg.P2P.AddrBookFile(), cfg.PrivValidatorFile(), ctx.Logger)
7676
return nil
7777
},
7878
}

0 commit comments

Comments
 (0)