mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
fix tests
This commit is contained in:
parent
e8b83a0c86
commit
5848a0cb32
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue