From 5848a0cb32a820a0d9416571a58019a0579bd356 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Fri, 22 Sep 2023 17:59:02 +0530 Subject: [PATCH] fix tests --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,