Update links to bellatrix

This commit is contained in:
Paul Hauner 2022-01-12 16:49:08 +11:00
parent de1a6caa5d
commit ad7e92433a
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -1,6 +1,6 @@
# Optimistic Sync
[`validate_merge_block`]: ../specs/merge/fork-choice.md#validate_merge_block
[`validate_merge_block`]: ../specs/bellatrix/fork-choice.md#validate_merge_block
## Introduction
@ -93,7 +93,7 @@ these conditions.*
To optimistically import a block:
- The [`execute_payload`](../specs/merge/beacon-chain.md#execute_payload) function MUST return `True` if the execution
- The [`execute_payload`](../specs/bellatrix/beacon-chain.md#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.