diff --git a/server/util.go b/server/util.go index 9c251aa4ce..9e705f8792 100644 --- a/server/util.go +++ b/server/util.go @@ -79,7 +79,6 @@ func AddCommands( } tendermintCmd.AddCommand( - UnsafeResetAllCmd(ctx), ShowNodeIDCmd(ctx), ShowValidatorCmd(ctx), ) @@ -87,6 +86,7 @@ func AddCommands( rootCmd.AddCommand( InitCmd(ctx, cdc, appInit), StartCmd(ctx, appCreator), + UnsafeResetAllCmd(ctx), client.LineBreak, tendermintCmd, ExportCmd(ctx, cdc, appExport),