mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-06 02:52:19 +00:00
add state check assert routine
This commit is contained in:
parent
8c959fd1a8
commit
dc671f35f2
@ -539,7 +539,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
|
||||
}
|
||||
if len(encIDs) > 0 {
|
||||
if err := tx.Append(kv.PoolStateEviction, encID, encIDs); err != nil {
|
||||
return err
|
||||
return evicted, err
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user