Skip to content

Commit

Permalink
Update language to reflect signature slot
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Sep 25, 2023
1 parent d02be80 commit 3792cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon-chain/beacon-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ content_key = selector + SSZ.serialize(light_client_opt

> The `LightClientOptimisticUpdate` objects are ephemeral and only the latest is
of use to the node. The content key requires the `optimistic_slot` (corresponding to
the `slot` in the `attested_header` contained in the update) to be provided so that this
the `signature_slot` in the the update) to be provided so that this
object can be more efficiently gossiped. Nodes should decide to reject an
`LightClientOptimisticUpdate` in case it is not newer than the one they already have.
For `FindContent` requests, a node should compute the current slot based on its local clock
and then use that slot minus 1 as a starting point for retrieving the most recent update.
and then use that slot as a starting point for retrieving the most recent update.

#### HistoricalSummaries

Expand Down

0 comments on commit 3792cd8

Please sign in to comment.