diff --git a/sync/optimistic.md b/sync/optimistic.md index d90880310..05ab5076f 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -255,7 +255,7 @@ When information about an optimistic block is requested, the consensus engine: When `is_optimistic(head) is True`, the consensus engine: - MUST NOT return an optimistic `head`. -- MAY substitute the head block with `latest_valid_ancestor(block)`. +- MAY substitute the head block with `latest_verified_ancestor(block)`. - MAY return syncing. ### Requests to Validators Endpoints