mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:55:01 -05:00
Revert: BeaconBlockHeader was not changed
This commit is contained in:
committed by
protolambda
parent
55d9f62bf2
commit
3211c11c17
@@ -142,7 +142,6 @@ class BeaconBlock(phase0.BeaconBlock):
|
||||
```python
|
||||
class BeaconState(phase0.BeaconState):
|
||||
# Updated fields
|
||||
latest_block_header: BeaconBlockHeader
|
||||
previous_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
||||
current_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
|
||||
# New fields
|
||||
|
||||
Reference in New Issue
Block a user