unsafe_reset_all back to root
This commit is contained in:
parent
7ce9e000b6
commit
34686e8d61
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user