Revert "Fix upgrade tx commands not showing up in CLI" (#8262)

* Revert "Fix upgrade tx commands not showing up in CLI (#8261)"

This reverts commit 893f2262a7.

* Update x/upgrade/client/cli/tx.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
This commit is contained in:
Cory 2021-01-06 22:16:20 -08:00 committed by GitHub
parent 85b5fa9b71
commit c840261cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,6 @@ func GetTxCmd() *cobra.Command {
Short: "Upgrade transaction subcommands",
}
cmd.AddCommand(
NewCmdSubmitUpgradeProposal(),
NewCmdSubmitCancelUpgradeProposal(),
)
return cmd
}