Skip to content

Commit

Permalink
fix: broken url link (ethereum#28342)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 committed Oct 17, 2023
1 parent 2e478aa commit a5544d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/payload_building.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

// BuildPayloadArgs contains the provided parameters for building payload.
// Check engine-api specification for more details.
// 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
type BuildPayloadArgs struct {
Parent common.Hash // The parent block to build payload on top
Timestamp uint64 // The provided timestamp of generated payload
Expand Down

0 comments on commit a5544d3

Please sign in to comment.