Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit a5544d3

Browse files
authored
fix: broken url link (#28342)
1 parent 2e478aa commit a5544d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/payload_building.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
// BuildPayloadArgs contains the provided parameters for building payload.
3535
// Check engine-api specification for more details.
36-
// https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#payloadattributesv1
36+
// https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#payloadattributesv3
3737
type BuildPayloadArgs struct {
3838
Parent common.Hash // The parent block to build payload on top
3939
Timestamp uint64 // The provided timestamp of generated payload

0 commit comments

Comments
 (0)