mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-24 05:29:43 +00:00
7ea131d4ff
Range expressions capture the length of the slice once before the first iteration. A range expression cannot be used here since the loop modifies the slice variable (including length changes).