Merge pull request #2365 from ethereum/fix-sharding-note
Fix note about sharding beacon state extension
This commit is contained in:
commit
2af585b333
|
@ -166,7 +166,7 @@ class BeaconBlockBody(merge.BeaconBlockBody): # [extends The Merge block body]
|
||||||
### `BeaconState`
|
### `BeaconState`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
class BeaconState(merge.BeaconState): # [extends The Merge block body]
|
class BeaconState(merge.BeaconState): # [extends The Merge state]
|
||||||
# [Updated fields]
|
# [Updated fields]
|
||||||
previous_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
previous_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
||||||
current_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
current_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
||||||
|
|
Loading…
Reference in New Issue