Remove `justified_block`

This commit is contained in:
Paul Hauner 2022-01-12 16:09:24 +11:00
parent 2ce2aac0c8
commit 736f3cec3f
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ blocks without verifying the execution payloads. This partial sync is called an
Let `head_block: BeaconBlock` be the result of calling of the fork choice
algorithm at the time of block production.
Let `justified_block: BeaconBlock` be the latest current justified ancestor
ancestor of the `head_block`.
Let `optimistic_roots: Set[Root]` be the set of `hash_tree_root(block)` for all
optimistically imported blocks which have yet to receive an `INVALID` or
`VALID` designation from an execution engine.