fix tests

This commit is contained in:
Arpit Temani 2023-09-22 17:59:02 +05:30
parent e8b83a0c86
commit 5848a0cb32

View file

@ -1469,7 +1469,7 @@ func (w *worker) fillTransactions(ctx context.Context, interrupt *atomic.Int32,
baseFee = cmath.FromBig(env.header.BaseFee) baseFee = cmath.FromBig(env.header.BaseFee)
} }
txs := newTransactionsByPriceAndNonce(env.signer, localTxs, baseFee.ToBig()) txs = newTransactionsByPriceAndNonce(env.signer, localTxs, baseFee.ToBig())
tracing.SetAttributes( tracing.SetAttributes(
span, span,