mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
mute useless logs
This commit is contained in:
parent
585354391b
commit
7693a71b4d
@ -1459,7 +1459,7 @@ func (p *TxPool) printDebug(prefix string) {
|
||||
}
|
||||
func (p *TxPool) logStats() {
|
||||
if !p.started.Load() {
|
||||
log.Info("[txpool] Not started yet, waiting for new blocks...")
|
||||
//log.Info("[txpool] Not started yet, waiting for new blocks...")
|
||||
return
|
||||
}
|
||||
//protocolBaseFee, pendingBaseFee := p.protocolBaseFee.Load(), p.pendingBaseFee.Load()
|
||||
|
Loading…
Reference in New Issue
Block a user