Skip to content

Commit

Permalink
Revert "fix: broken url link (ethereum#28342)"
Browse files Browse the repository at this point in the history
This reverts commit 7bb6f62.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 334b699 commit 096ae42
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/cancun.md#payloadattributesv3
// https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#payloadattributesv1
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 096ae42

Please sign in to comment.