mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
save
This commit is contained in:
parent
9bfa0d244b
commit
8925fca3b9
@ -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
|
return nil
|
||||||
}
|
}
|
||||||
func (p *TxPool) flush(db kv.RwDB) (evicted, written uint64, err error) {
|
func (p *TxPool) flush(db kv.RwDB) (evicted, written uint64, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user