diff --git a/x/gov/client/cli/prompt.go b/x/gov/client/cli/prompt.go index b997f5a4a8b9..3d3dd366d0ac 100644 --- a/x/gov/client/cli/prompt.go +++ b/x/gov/client/cli/prompt.go @@ -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",