You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, revokeAllowance(ctx context.Context, granter, grantee sdk.AccAddress) is a private method, which means keepers need to use the message server to call the functionality. This function should be public to match GrantAllowance and UpdateAllowance.