Skip to content

Commit

Permalink
fix: remove community-pool-spend from draft-cli prompt (cosmos#13330)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 19, 2022
1 parent ef0f19c commit 100db2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/gov/client/cli/prompt.go
Expand Up @@ -156,10 +156,6 @@ var supportedProposalTypes = []proposalTypes{
Type: proposalText,
MsgType: "", // no message for text proposal
},
{
Type: "community-pool-spend",
MsgType: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
},
{
Type: "software-upgrade",
MsgType: "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
Expand Down

0 comments on commit 100db2e

Please sign in to comment.