mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix payload building (#11)
This commit is contained in:
parent
0f5fc961ba
commit
1202a3b64d
1 changed files with 3 additions and 0 deletions
|
|
@ -244,6 +244,9 @@ func (w *worker) buildPayload(args *BuildPayloadArgs) (*Payload, error) {
|
||||||
withdrawals: args.Withdrawals,
|
withdrawals: args.Withdrawals,
|
||||||
beaconRoot: args.BeaconRoot,
|
beaconRoot: args.BeaconRoot,
|
||||||
noTxs: false,
|
noTxs: false,
|
||||||
|
// <specular modification>
|
||||||
|
txs: args.Transactions,
|
||||||
|
// <specular modification/>
|
||||||
}
|
}
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue