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:
parent
85b5fa9b71
commit
c840261cb0
@ -30,11 +30,6 @@ func GetTxCmd() *cobra.Command {
|
||||
Short: "Upgrade transaction subcommands",
|
||||
}
|
||||
|
||||
cmd.AddCommand(
|
||||
NewCmdSubmitUpgradeProposal(),
|
||||
NewCmdSubmitCancelUpgradeProposal(),
|
||||
)
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user