diff --git a/miner/worker.go b/miner/worker.go index f80a999de5..019317514e 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -1426,7 +1426,7 @@ func (w *worker) fillTransactions(interrupt *atomic.Int32, env *environment) err } tidyPendingStart := time.Now() - pending := w.eth.TxPool().PendingWithMax(true, w.config.MaxAccountsNum) + pending := w.eth.TxPool().PendingWithMax(false, w.config.MaxAccountsNum) // Split the pending transactions into locals and remotes. localTxs, remoteTxs := make(map[common.Address][]*txpool.LazyTransaction), pending