Skip to content

Commit

Permalink
skip ethermint feemarket MsgUpdateParams parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentysc committed Mar 12, 2024
1 parent 23a779e commit 144efab
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 144efab

Please sign in to comment.