Skip to content

Commit

Permalink
Fix queued:ratelimit meter
Browse files Browse the repository at this point in the history
  • Loading branch information
wizeguyy committed Aug 30, 2024
1 parent 045c848 commit fc1df6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,6 @@ func (pool *TxPool) promoteExecutables(accounts []common.InternalAddress) []*typ
queuedRateLimitMeter.Add(float64(len(caps)))
// Mark all the items dropped as removed
pool.priced.Removed(len(forwards) + len(drops) + len(caps))
queuedRateLimitMeter.Sub(float64(len(forwards) + len(drops) + len(caps)))
if pool.locals.contains(addr) {
localTxGauge.Sub(float64(len(forwards) + len(drops) + len(caps)))
}
Expand Down

0 comments on commit fc1df6c

Please sign in to comment.