From 7582994204c2c0c1eae037f15f0aee3598e3f295 Mon Sep 17 00:00:00 2001 From: danwt <30197399+danwt@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:51:45 +0100 Subject: [PATCH] remove todo --- app/ante/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}),