mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-13 06:57:10 +00:00
In Nim, when using a `distinct` capacity for an array, `int` lookups don't work. Therefore, define the array with `int` capacity.
In Nim, when using a `distinct` capacity for an array, `int` lookups don't work. Therefore, define the array with `int` capacity.