Commit d75200b8 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

specs: Fix link syntax (#9003)

parent d09fe29d
...@@ -318,7 +318,7 @@ The [response][GetPayloadV3Response] is extended to: ...@@ -318,7 +318,7 @@ The [response][GetPayloadV3Response] is extended to:
} }
``` ```
[GetPayloadV3Response]: (https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#response-2) [GetPayloadV3Response]: https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#response-2
For Bedrock and Canyon `parentBeaconBlockRoot` MUST be nil and in Ecotone it MUST be set to the parentBeaconBlockRoot For Bedrock and Canyon `parentBeaconBlockRoot` MUST be nil and in Ecotone it MUST be set to the parentBeaconBlockRoot
from the L1 Origin block of the L2 block. from the L1 Origin block of the L2 block.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment