Skip to content

Commit

Permalink
Merge pull request #878 from crypto-com/fix/proposal-parser
Browse files Browse the repository at this point in the history
Fix: Skip ethermint feemarket MsgUpdateParams parsing
  • Loading branch information
vincentysc authored Mar 12, 2024
2 parents 23a779e + 144efab commit ad74399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usecase/parser/gov/v1/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ func ParseMsgSubmitProposal(
switch innerMsgType {
case "/cosmos.gov.v1.MsgExecLegacyContent",
"/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
"/cosmos.upgrade.v1beta1.MsgCancelUpgrade":
"/cosmos.upgrade.v1beta1.MsgCancelUpgrade",
"/ethermint.feemarket.v1.MsgUpdateParams":
break
default:
parser := parserParams.ParserManager.GetParser(utils.CosmosParserKey(innerMsgType), utils.ParserBlockHeight(blockHeight))
Expand Down

0 comments on commit ad74399

Please sign in to comment.