This commit is contained in:
Paul Hauner 2022-01-12 16:10:59 +11:00
parent 736f3cec3f
commit 55d92cee34
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 4 additions and 4 deletions

View File

@ -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,