mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 23:25:22 -05:00
The existing README has a reference to an alias type `Bytes[N]` that has been removed from the repo so it is not clear what it exactly refers to. This PR updates the type to the equivalent `List[T, N]` using more recent SSZ typing syntax.