Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed May 3, 2023
1 parent 4e28b72 commit 039e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/x/swingset/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
const (
// bundleUncompressedSizeLimit is the (exclusive) limit on uncompressed bundle size.
// We must ensure there is an exclusive int64 limit in order to detect an underflow.
bundleUncompressedSizeLimit int64 = 10 * 1024 * 1024 // 20MB
bundleUncompressedSizeLimit int64 = 10 * 1024 * 1024 // 10MB
)

// Charge an account address for the beans associated with given messages and storage.
Expand Down

0 comments on commit 039e3d1

Please sign in to comment.