mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
save
This commit is contained in:
parent
70433e79d9
commit
fd7db34c82
@ -1822,7 +1822,7 @@ func (p *TxPool) logStats() {
|
|||||||
var m runtime.MemStats
|
var m runtime.MemStats
|
||||||
dbg.ReadMemStats(&m)
|
dbg.ReadMemStats(&m)
|
||||||
ctx := []interface{}{
|
ctx := []interface{}{
|
||||||
"block", p.lastSeenBlock.Load(),
|
//"block", p.lastSeenBlock.Load(),
|
||||||
"pending", p.pending.Len(),
|
"pending", p.pending.Len(),
|
||||||
"baseFee", p.baseFee.Len(),
|
"baseFee", p.baseFee.Len(),
|
||||||
"queued", p.queued.Len(),
|
"queued", p.queued.Len(),
|
||||||
|
Loading…
Reference in New Issue
Block a user