This commit is contained in:
alex.sharov 2023-03-15 11:26:04 +07:00
parent 70433e79d9
commit fd7db34c82

View File

@ -1822,7 +1822,7 @@ func (p *TxPool) logStats() {
var m runtime.MemStats
dbg.ReadMemStats(&m)
ctx := []interface{}{
"block", p.lastSeenBlock.Load(),
//"block", p.lastSeenBlock.Load(),
"pending", p.pending.Len(),
"baseFee", p.baseFee.Len(),
"queued", p.queued.Len(),