diff --git a/docs/src/cluster/fork-generation.md b/docs/src/cluster/fork-generation.md index 396eecf1c..6ab628057 100644 --- a/docs/src/cluster/fork-generation.md +++ b/docs/src/cluster/fork-generation.md @@ -14,7 +14,7 @@ Nodes take turns being leader and generating the PoH that encodes state changes. 2. Leader filters valid transactions. 3. Leader executes valid transactions updating its state. 4. Leader packages transactions into entries based off its current PoH slot. -5. Leader transmits the entries to validator nodes \(in signed shreds\) +5. Leader transmits the entries to validator nodes \(in signed shreds\) 1. The PoH stream includes ticks; empty entries that indicate liveness of the leader and the passage of time on the cluster. 2. A leader's stream begins with the tick entries necessary to complete PoH back to the leader's most recently observed prior leader slot. 6. Validators retransmit entries to peers in their set and to further downstream nodes.