This commit is contained in:
alex.sharov 2021-08-30 11:24:30 +07:00
parent 9bfa0d244b
commit 8925fca3b9

View File

@ -1116,7 +1116,7 @@ func (p *TxPool) OnNewBlock(stateChanges map[string]senderInfo, unwindTxs, mined
}
}
log.Info("on new block", "in", time.Since(t))
log.Info("new block", "number", blockHeight, "in", time.Since(t))
return nil
}
func (p *TxPool) flush(db kv.RwDB) (evicted, written uint64, err error) {