diff --git a/x/upgrade/client/cli/tx.go b/x/upgrade/client/cli/tx.go index b6930d1c9ff0..32472ad84d16 100644 --- a/x/upgrade/client/cli/tx.go +++ b/x/upgrade/client/cli/tx.go @@ -30,11 +30,6 @@ func GetTxCmd() *cobra.Command { Short: "Upgrade transaction subcommands", } - cmd.AddCommand( - NewCmdSubmitUpgradeProposal(), - NewCmdSubmitCancelUpgradeProposal(), - ) - return cmd }