Skip to content

Commit acdd139

Browse files
authored
miner: set slot number when building test payload (#34094)
1 parent 1b3b028 commit acdd139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

miner/payload_building.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ func (miner *Miner) BuildTestingPayload(args *BuildPayloadArgs, transactions []*
350350
random: args.Random,
351351
withdrawals: args.Withdrawals,
352352
beaconRoot: args.BeaconRoot,
353+
slotNum: args.SlotNum,
353354
noTxs: empty,
354355
forceOverrides: true,
355356
overrideExtraData: extraData,

0 commit comments

Comments
 (0)