This commit is contained in:
Paul Hauner 2022-01-12 16:41:24 +11:00
parent 60eab25774
commit 0ae80d9382
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ When information about an optimistic block is requested, the consensus engine:
When `is_optimistic(head) is True`, the consensus engine: When `is_optimistic(head) is True`, the consensus engine:
- MUST NOT return an optimistic `head`. - 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. - MAY return syncing.
### Requests to Validators Endpoints ### Requests to Validators Endpoints