mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-11 10:07:00 +00:00
c141d90f0f
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