mute useless logs

This commit is contained in:
alex.sharov 2021-10-24 18:19:52 +07:00
parent 585354391b
commit 7693a71b4d

View File

@ -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()