Update specs/lightclient/sync-protocol.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
parent
a5e6d77165
commit
1c146b2c03
|
@ -47,7 +47,7 @@ class LightClientUpdate(Container):
|
||||||
# Updates fork version
|
# Updates fork version
|
||||||
new_fork: Fork
|
new_fork: Fork
|
||||||
fork_branch: Vector[Bytes32, log_2(FORK_GENERALIZED_INDEX)]
|
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_current_sync_committee: SyncCommittee
|
||||||
new_next_sync_committee: SyncCommittee
|
new_next_sync_committee: SyncCommittee
|
||||||
sync_committee_branch: Vector[Bytes32, log_2(SYNC_COMMITTEES_GENERALIZED_INDEX)]
|
sync_committee_branch: Vector[Bytes32, log_2(SYNC_COMMITTEES_GENERALIZED_INDEX)]
|
||||||
|
|
Loading…
Reference in New Issue