mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 00:05:02 -05:00
Update specs/lightclient/sync-protocol.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ class LightClientUpdate(Container):
|
||||
# Updates fork version
|
||||
new_fork: Fork
|
||||
fork_branch: Vector[Bytes32, log_2(FORK_GENERALIZED_INDEX)]
|
||||
# Updated period committee (and authenticating branch)
|
||||
# Updated sync committee (and authenticating branch)
|
||||
new_current_sync_committee: SyncCommittee
|
||||
new_next_sync_committee: SyncCommittee
|
||||
sync_committee_branch: Vector[Bytes32, log_2(SYNC_COMMITTEES_GENERALIZED_INDEX)]
|
||||
|
||||
Reference in New Issue
Block a user