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:18 +08:00 committed by GitHub
parent 1c146b2c03
commit 5e5d03d56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class LightClientMemory(Container):
header: BeaconBlockHeader
# Fork version data
fork_version: Version
# period committees corresponding to the beacon header
# sync committees corresponding to the beacon header
current_sync_committee: SyncCommittee
next_sync_committee: SyncCommittee
```