diff --git a/client/keys/root.go b/client/keys/root.go index b10cd2b55..bca6f50e8 100644 --- a/client/keys/root.go +++ b/client/keys/root.go @@ -20,7 +20,6 @@ func Commands() *cobra.Command { } cmd.AddCommand( mnemonicKeyCommand(), - newKeyCommand(), addKeyCommand(), listKeysCmd, showKeysCmd(),