mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-11 15:14:15 +00:00
fbedf62f3d
The current loop continuation condition is always true as a uint8 is always being checked whether it is less than 255 (its maximum value). Since the loop starts with the value 1, the loop termination can be guarranteed to exit once the value overflows to 0.