diff --git a/miner/worker.go b/miner/worker.go index 1ef5c97f9c..2af7742e5b 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -1469,7 +1469,7 @@ func (w *worker) fillTransactions(ctx context.Context, interrupt *atomic.Int32, baseFee = cmath.FromBig(env.header.BaseFee) } - txs := newTransactionsByPriceAndNonce(env.signer, localTxs, baseFee.ToBig()) + txs = newTransactionsByPriceAndNonce(env.signer, localTxs, baseFee.ToBig()) tracing.SetAttributes( span,