Fix typo
This commit is contained in:
parent
60eab25774
commit
0ae80d9382
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue