remove old BeaconState extension

This commit is contained in:
protolambda 2021-07-22 20:01:50 +02:00
parent 8318441474
commit bf6ad465ce
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -85,7 +85,7 @@ class BeaconBlockBody(Container):
#### `BeaconState` #### `BeaconState`
```python ```python
class BeaconState(altair.BeaconState): class BeaconState(Container):
# Versioning # Versioning
genesis_time: uint64 genesis_time: uint64
genesis_validators_root: Root genesis_validators_root: Root