Update specs/lightclient/sync-protocol.md

Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
vbuterin 2020-11-17 13:26:08 +08:00 committed by GitHub
parent a5e6d77165
commit 1c146b2c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]