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 77b4bc5 commit b106724Copy full SHA for b106724
core/tx_pool.go
@@ -1459,7 +1459,7 @@ func (pool *TxPool) truncatePending() {
1459
pendingRateLimitMeter.Mark(int64(pendingBeforeCap - pending))
1460
}
1461
1462
-// truncateQueue drops the oldes transactions in the queue if the pool is above the global queue limit.
+// truncateQueue drops the oldest transactions in the queue if the pool is above the global queue limit.
1463
func (pool *TxPool) truncateQueue() {
1464
queued := uint64(0)
1465
for _, list := range pool.queue {
0 commit comments