From 736f3cec3f1d5c5a167c8d74b33a4d73b3f6b07b Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 12 Jan 2022 16:09:24 +1100 Subject: [PATCH] Remove `justified_block` --- sync/optimistic.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sync/optimistic.md b/sync/optimistic.md index f3f70ee2f..c511e9781 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -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.