Skip to content

Commit

Permalink
Revert "Fix upgrade tx commands not showing up in CLI" (#8262)
Browse files Browse the repository at this point in the history
* Revert "Fix upgrade tx commands not showing up in CLI (#8261)"

This reverts commit 893f226.

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

Co-authored-by: Alessio Treglia <[email protected]>
  • Loading branch information
clevinson and Alessio Treglia authored Jan 7, 2021
1 parent 85b5fa9 commit c840261
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x/upgrade/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ func GetTxCmd() *cobra.Command {
Short: "Upgrade transaction subcommands",
}

cmd.AddCommand(
NewCmdSubmitUpgradeProposal(),
NewCmdSubmitCancelUpgradeProposal(),
)

return cmd
}

Expand Down

0 comments on commit c840261

Please sign in to comment.