mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-30 16:25:31 +00:00
d32c25ea32
Spec constants currently use `uint16` instead of `GeneralizedIndex` to define generalized indices in a merkle tree. Adjusted to use the latter instead to avoid problems when adjusting `GeneralizedIndex`'s bit width.