Skip to content

Commit

Permalink
add other vesting messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Aug 8, 2023
1 parent 466cab5 commit 897df32
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 @@ -575,6 +575,8 @@ func New(
DisabledAuthzMsgs: []string{
sdk.MsgTypeURL(&evmtypes.MsgEthereumTx{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreateVestingAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePermanentLockedAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePeriodicVestingAccount{}),
},
}

Expand Down

0 comments on commit 897df32

Please sign in to comment.