mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 03:45:06 -05:00
remove old BeaconState extension
This commit is contained in:
@@ -85,7 +85,7 @@ class BeaconBlockBody(Container):
|
||||
#### `BeaconState`
|
||||
|
||||
```python
|
||||
class BeaconState(altair.BeaconState):
|
||||
class BeaconState(Container):
|
||||
# Versioning
|
||||
genesis_time: uint64
|
||||
genesis_validators_root: Root
|
||||
|
||||
Reference in New Issue
Block a user