fix: fix the keys migrate

This commit is contained in:
Sai Kumar
2022-06-24 20:17:40 +05:30
parent f04ee6eaa8
commit 1c023f7b5d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator type
tmcmd.ResetAllCmd,
tmcmd.ResetStateCmd,
tmcmd.InspectCmd,
sdkserver.MakeKeyMigrateCmd(),
)
startCmd := StartCmd(appCreator, defaultNodeHome)