From 100db2e34f79f8e7fbca25b9516eadaee96bf8bf Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 19 Sep 2022 16:00:44 +0200 Subject: [PATCH] fix: remove community-pool-spend from draft-cli prompt (#13330) --- x/gov/client/cli/prompt.go | 4 ---- 1 file changed, 4 deletions(-) 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",