Skip to content

Commit

Permalink
Use the new BeaconBlockHeader instead of phase 0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Dec 11, 2020
1 parent c5efae4 commit b4571db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/lightclient/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class BeaconBlockHeader(phase0.BeaconBlockHeader):

```python
class BeaconState(phase0.BeaconState):
# Updated field
latest_block_header: BeaconBlockHeader
# Sync committees
current_sync_committee: SyncCommittee
next_sync_committee: SyncCommittee
Expand Down

0 comments on commit b4571db

Please sign in to comment.