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