From eb32e141d29a18208b0e0f9b2447f17416934f27 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 14 Dec 2021 16:22:52 +1100 Subject: [PATCH] Fix typo --- sync/optimistic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/optimistic.md b/sync/optimistic.md index 696a954ac..37e7d4447 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -40,7 +40,7 @@ also transition from `SYNCING` -> `VALID`. When a block transitions from `SYNCING` -> `INVALID`, all *descendants* of the block MUST also transition from `SYNCING` -> `INVALID`. -When a node transitions from the `SYNCING` state is is removed from the set of +When a node transitions from the `SYNCING` state it is removed from the set of `optimistic_roots`. ### Execution Engine Errors