Remove validate_merge_block check

This commit is contained in:
Paul Hauner 2021-12-14 16:21:23 +11:00
parent ffc2c405c4
commit 9d7d4d0869
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ To perform an optimistic sync:
- The `execute_payload` function MUST return `True` if the execution
engine returns `SYNCING` or `VALID`. An `INVALID` response MUST return `False`.
- The `validate_merge_block` function MUST NOT raise an assertion if both the `pow_block` and `pow_parent` are unknown to the execution engine.
In addition to these changes to validation, the consensus engine MUST be able
to ascertain, after import, which blocks returned `SYNCING` and which returned