This commit is contained in:
Paul Hauner 2021-12-14 16:46:31 +11:00
parent 084255465d
commit d9a0d16cc6
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ NOT perform an optimistic sync unless the `finalized_checkpoint.root` of the hea
block references a block for which block references a block for which
`is_execution_enabled(head_state, head_block.body) == True`. `is_execution_enabled(head_state, head_block.body) == True`.
TODO: this restriction is very onerous, however it is the best known remedy for > TODO: this restriction is very onerous, however it is the best known remedy for
the attack described in https://hackmd.io/S5ZEVhsNTqqfJirTAkBPlg I hope we can > the attack described in https://hackmd.io/S5ZEVhsNTqqfJirTAkBPlg I hope we can
do better. > do better.
## Fork Choice ## Fork Choice