mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 04:21:20 +00:00
add state check assert routine
This commit is contained in:
parent
993265011f
commit
f160918baa
@ -786,6 +786,7 @@ func (p *TxPool) logStats(tx kv.Tx) error {
|
|||||||
p.pending.Len(), PendingSubPoolLimit, p.baseFee.Len(), BaseFeeSubPoolLimit, p.queued.Len(), QueuedSubPoolLimit,
|
p.pending.Len(), PendingSubPoolLimit, p.baseFee.Len(), BaseFeeSubPoolLimit, p.queued.Len(), QueuedSubPoolLimit,
|
||||||
idsInMem, idsInDb, infoInMem, infoInDb,
|
idsInMem, idsInDb, infoInMem, infoInDb,
|
||||||
))
|
))
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
func (p *TxPool) GetRlp(tx kv.Tx, hash []byte) ([]byte, error) {
|
func (p *TxPool) GetRlp(tx kv.Tx, hash []byte) ([]byte, error) {
|
||||||
p.lock.RLock()
|
p.lock.RLock()
|
||||||
|
Loading…
Reference in New Issue
Block a user