We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e478aa commit a5544d3Copy full SHA for a5544d3
miner/payload_building.go
@@ -33,7 +33,7 @@ import (
33
34
// BuildPayloadArgs contains the provided parameters for building payload.
35
// Check engine-api specification for more details.
36
-// https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#payloadattributesv1
+// https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#payloadattributesv3
37
type BuildPayloadArgs struct {
38
Parent common.Hash // The parent block to build payload on top
39
Timestamp uint64 // The provided timestamp of generated payload
0 commit comments