mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 08:04:56 -05:00
The spec as written is not valid python -- the generator of the list comprehension must be iterable. It looks like the author simply meant to `range` over the intended length. This commit fixes the missing `range` operator