diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index aa2e3b334..01c54e017 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -85,7 +85,7 @@ class BeaconBlockBody(Container): #### `BeaconState` ```python -class BeaconState(altair.BeaconState): +class BeaconState(Container): # Versioning genesis_time: uint64 genesis_validators_root: Root