Skip to content

Commit

Permalink
Clarified next sync committee comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin authored Nov 29, 2021
1 parent 06af629 commit 6fa1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/altair/sync-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uses sync committees introduced in [this beacon chain extension](./beacon-chain.
class LightClientUpdate(Container):
# The beacon block header that is attested to by the sync committee
attested_header: BeaconBlockHeader
# Next sync committee corresponding to the header
# Next sync committee corresponding to the active header
next_sync_committee: SyncCommittee
next_sync_committee_branch: Vector[Bytes32, floorlog2(NEXT_SYNC_COMMITTEE_INDEX)]
# The finalized beacon block header attested to by Merkle branch
Expand Down

0 comments on commit 6fa1970

Please sign in to comment.