mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update payload_building.go
This commit is contained in:
parent
8f20a3826c
commit
d5567c9a99
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func (args *BuildPayloadArgs) Id() engine.PayloadID {
|
|||
|
||||
// Payload wraps the built payload(block waiting for sealing). According to the
|
||||
// engine-api specification, EL should build the initial version of the payload
|
||||
// which has an empty transaction set and then keep update it in order to maximize
|
||||
// which has an empty transaction set and then keep updating it in order to maximize
|
||||
// the revenue. Therefore, the empty-block here is always available and full-block
|
||||
// will be set/updated afterwards.
|
||||
type Payload struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue