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