Revert: BeaconBlockHeader was not changed

This commit is contained in:
Hsiao-Wei Wang
2020-12-11 16:39:47 +08:00
committed by protolambda
parent 55d9f62bf2
commit 3211c11c17

View File

@@ -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