mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-11 19:24:15 +00:00
Clarified next sync committee comment
This commit is contained in:
parent
06af6296c5
commit
6fa19705fb
@ -63,7 +63,7 @@ uses sync committees introduced in [this beacon chain extension](./beacon-chain.
|
|||||||
class LightClientUpdate(Container):
|
class LightClientUpdate(Container):
|
||||||
# The beacon block header that is attested to by the sync committee
|
# The beacon block header that is attested to by the sync committee
|
||||||
attested_header: BeaconBlockHeader
|
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: SyncCommittee
|
||||||
next_sync_committee_branch: Vector[Bytes32, floorlog2(NEXT_SYNC_COMMITTEE_INDEX)]
|
next_sync_committee_branch: Vector[Bytes32, floorlog2(NEXT_SYNC_COMMITTEE_INDEX)]
|
||||||
# The finalized beacon block header attested to by Merkle branch
|
# The finalized beacon block header attested to by Merkle branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user