Skip to content

Commit

Permalink
Merge pull request #2286 from riemannulus/fix/remove-transaction-policy
Browse files Browse the repository at this point in the history
fix: remove max transactions bytes policy range
  • Loading branch information
riemannulus authored Dec 7, 2023
2 parents 51794f6 + c45a228 commit e687598
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib9c.Policy/Policy/MaxTransactionsBytesPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ private MaxTransactionsBytesPolicy(
.Add(new SpannedSubPolicy<long>(
startIndex: 0L,
value: 1024L * 1024L * 15L)) // 15 MiB
.Add(new SpannedSubPolicy<long>(
startIndex: 1L,
value: 1024L * 100L)) // 100 KiB
.Add(new SpannedSubPolicy<long>(
startIndex: 2_000_001L,
value: 1024L * 1024L * 10L)) // 10 MiB
Expand Down

0 comments on commit e687598

Please sign in to comment.