mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 19:15:02 -05:00
Update specs/lightclient/sync-protocol.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user