Address "yet to" paragraph

This commit is contained in:
Paul Hauner 2022-01-12 15:57:27 +11:00
parent 6c13e2ecdb
commit 2ce2aac0c8
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ 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.
Let `optimistic_roots: Set[Root]` be the set of `hash_tree_root(block)` for all
optimistically imported blocks which have only received a `SYNCING` designation
from an execution engine (i.e., they are not known to be `INVALID` or `VALID`).
```python
@dataclass
class Store(object):