Skip to content

Commit

Permalink
feat: add new vesting account msg to disabled authz msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed May 10, 2024
1 parent fadfc6b commit 28113eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,8 @@ func (app *EthermintApp) setAnteHandler(txConfig client.TxConfig, maxGasWanted u
DisabledAuthzMsgs: []string{
sdk.MsgTypeURL(&evmtypes.MsgEthereumTx{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreateVestingAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePermanentLockedAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePeriodicVestingAccount{}),
},
},
)
Expand Down

0 comments on commit 28113eb

Please sign in to comment.