From 55d92cee34842be718d4580619fdd16812a5f9d2 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 12 Jan 2022 16:10:59 +1100 Subject: [PATCH] Fix typo --- sync/optimistic.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sync/optimistic.md b/sync/optimistic.md index c511e9781..959fa9ffb 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -168,10 +168,10 @@ head (due to the invalid chain of payloads) and the node is unable to produce a block that forks around the head (due to the justification of the malicious chain). -If honest chain exists which justifies a higher epoch than the malicious chain, -that chain will take precedence and revive any poisoned store. Therefore, the -poisoning attack is temporary if >= 2/3rds of the network is honest and -non-faulty. +If an honest chain exists which justifies a higher epoch than the malicious +chain, that chain will take precedence and revive any poisoned store. +Therefore, the poisoning attack is temporary if >= 2/3rds of the network is +honest and non-faulty. The `SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY` parameter assumes that the network will justify a honest chain within some number of slots. With this assumption,