mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 18:42:19 +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() {
|
func (p *TxPool) logStats() {
|
||||||
if !p.started.Load() {
|
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
|
return
|
||||||
}
|
}
|
||||||
//protocolBaseFee, pendingBaseFee := p.protocolBaseFee.Load(), p.pendingBaseFee.Load()
|
//protocolBaseFee, pendingBaseFee := p.protocolBaseFee.Load(), p.pendingBaseFee.Load()
|
||||||
|
Loading…
Reference in New Issue
Block a user