Skip to content

Commit

Permalink
Fix 'value out of range' RangeDefect caused by large/expensive blocks…
Browse files Browse the repository at this point in the history
…/transactions during DOS period.
  • Loading branch information
bhartnett committed Mar 13, 2024
1 parent 849607c commit b37f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stateless/multi_keys.nim
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type
MultiKeysRef* = ref MultiKeys

Group* = object
first*, last*: int16
first*, last*: int

BranchGroup* = object
mask*: uint
Expand Down

0 comments on commit b37f2d3

Please sign in to comment.