Patch for concurrent iterator & others (onto v1.11.6) #386
@ -1476,7 +1476,7 @@ func (pool *TxPool) truncateQueue() {
|
||||
addresses = append(addresses, addressByHeartbeat{addr, pool.beats[addr]})
|
||||
}
|
||||
}
|
||||
sort.Sort(addresses)
|
||||
sort.Sort(sort.Reverse(addresses))
|
||||
|
||||
// Drop transactions until the total is below the limit or only locals remain
|
||||
for drop := queued - pool.config.GlobalQueue; drop > 0 && len(addresses) > 0; {
|
||||
|
Loading…
Reference in New Issue
Block a user