diff --git a/app/ante/authz.go b/app/ante/authz.go index e43baa1baa..c81dcf97b5 100644 --- a/app/ante/authz.go +++ b/app/ante/authz.go @@ -11,7 +11,7 @@ import ( ) // maxNestedMsgs defines a cap for the number of nested messages on a MsgExec message -const maxNestedMsgs = 7 +const maxNestedMsgs = 15 // AuthzLimiterDecorator blocks certain msg types from being granted or executed // within the authorization module.