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
1 changed files with 1 additions and 1 deletions

View File

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