Skip to content

Commit

Permalink
chore: changed maxNestedMsgs (#1222)
Browse files Browse the repository at this point in the history
* Changed maxNestedMsgs
  • Loading branch information
CharlieMc0 authored Oct 2, 2023
1 parent 7991fad commit 4722b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4722b4e

Please sign in to comment.