fix payload building (#11)

This commit is contained in:
Moon Shiesty 2023-10-25 10:06:52 -05:00 committed by GitHub
parent 0f5fc961ba
commit 1202a3b64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {