Skip to content

Commit d0522b9

Browse files
authored
Merge pull request #910 from crypto-com/update/skip-gov-inner-msg
Fix: skipping MsgCommunityPoolSpend in gov submit proposal
2 parents 419de8f + 35916a3 commit d0522b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

usecase/parser/gov/v1/msg.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ func ParseMsgSubmitProposal(
132132
"/cosmos.consensus.v1.MsgUpdateParams",
133133
"/ibc.core.client.v1.MsgRecoverClient",
134134
"/cosmos.staking.v1beta1.MsgUpdateParams",
135-
"/cosmos.gov.v1.MsgUpdateParams":
135+
"/cosmos.gov.v1.MsgUpdateParams",
136+
"/cosmos.distribution.v1beta1.MsgCommunityPoolSpend":
136137
break
137138
default:
138139
//nolint:gosec

0 commit comments

Comments
 (0)