unsafe_reset_all back to root

This commit is contained in:
rigelrozanski 2018-06-01 01:35:39 -07:00
parent 7ce9e000b6
commit 34686e8d61

View File

@ -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),