Skip to content

Commit

Permalink
Update app/ante.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Dec 5, 2023
1 parent 6b66e0b commit 1056929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
const (
// values chosen arbitrarily
MaxClassIDLength = 2048
MaxTokenIds = 2048
MaxTokenIds = 256
MaxTokenIDLength = 2048
MaximumReceiverLength = 2048
)
Expand Down

0 comments on commit 1056929

Please sign in to comment.