We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79ee45 commit cf6e4cfCopy full SHA for cf6e4cf
core/tx_pool.go
@@ -431,7 +431,7 @@ func (pool *TxPool) loop() {
431
if time.Since(pool.beats[addr]) > pool.config.Lifetime {
432
list := pool.queue[addr].Flatten()
433
for _, tx := range list {
434
- log.Info("evict tx for timeout", "tx", tx.Hash().String())
+ log.Info("evict queue tx for timeout", "tx", tx.Hash().String())
435
pool.removeTx(tx.Hash(), true)
436
}
437
queuedEvictionMeter.Mark(int64(len(list)))
0 commit comments