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 10:45:16 +08:00
committed by GitHub
parent f9e9d7cabf
commit 117d31985f

View File

@@ -39,7 +39,7 @@ Ethereum 2.0 is designed to be light client friendly. This allows low-resource c
```python
class LightClientUpdate(Container):
# Updated beacon header (and authenticating branch)
# Updated beacon header
header: BeaconBlockHeader
# Sync committee signature to that header
aggregation_bits: Bitlist[MAX_SYNC_COMMITTEE_SIZE]