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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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