Skip to content

Commit

Permalink
Merge pull request #2771 from planetarium/bugfix/extend-block-policy
Browse files Browse the repository at this point in the history
Apply heimdall internal snapshot reset
  • Loading branch information
U-lis authored Aug 21, 2024
2 parents 44e3c32 + 4156996 commit f70b063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c.Policy/Policy/MaxTransactionsBytesPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private MaxTransactionsBytesPolicy(
// Note: Limit increase to patch table with big CSV.
// Issued for v200220
.Add(new SpannedSubPolicy<long>(
startIndex: 3_051_001L,
startIndex: 3_031_001L,
value: 1024L * 1024L)); // 1 MiB

// Note: For internal testing.
Expand Down

0 comments on commit f70b063

Please sign in to comment.