Update specs/lightclient/sync-protocol.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
parent
1c146b2c03
commit
5e5d03d56f
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue