Skip to content

Commit

Permalink
Change light client update keys to uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenev committed Mar 1, 2023
1 parent 3632348 commit 5a20569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon-chain/light-client-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ content_key = selector + SSZ.serialize(light_client_update_keys)
#### LightClientFinalityUpdate

```
light_client_finality_update_key = Container(None)
light_client_finality_update_key = 0 (uint8)
selector = 0x02
content = ForkDigest || SSZ.serialize(light_client_finality_update)
Expand All @@ -161,7 +161,7 @@ LightClientFinalityUpdate that the requested node has available.
#### LightClientOptimisticUpdate

```
light_client_optimistic_update_key = Container(None)
light_client_optimistic_update_key = 0 (uint8)
selector = 0x03
content = ForkDigest || SSZ.serialize(light_client_optimistic_update)
Expand Down

0 comments on commit 5a20569

Please sign in to comment.