Tidy
This commit is contained in:
parent
084255465d
commit
d9a0d16cc6
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue