diff --git a/app/ante/handlers.go b/app/ante/handlers.go index 81ada17a..72d192a6 100644 --- a/app/ante/handlers.go +++ b/app/ante/handlers.go @@ -72,7 +72,7 @@ func cosmosDecorators(options HandlerOptions, extensionChecker authante.Extensio NewPermissionedURLsDecorator( func(ctx sdk.Context, accAddr sdk.AccAddress) bool { return options.hasPermission(ctx, accAddr, vestingtypes.ModuleName) - }, []string{ // TODO: can it go here? + }, []string{ sdk.MsgTypeURL(&vestingtypes.MsgCreateVestingAccount{}), sdk.MsgTypeURL(&vestingtypes.MsgCreatePeriodicVestingAccount{}), sdk.MsgTypeURL(&vestingtypes.MsgCreatePermanentLockedAccount{}),