From 0ae80d93826c1dcf0051ebd7afc49febe46d4bb5 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 12 Jan 2022 16:41:24 +1100 Subject: [PATCH] Fix typo --- sync/optimistic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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