mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: broken url link (#28342)
This commit is contained in:
parent
eb783fb381
commit
7bb6f6237e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue