add state check assert routine

This commit is contained in:
alex.sharov 2021-08-28 09:52:04 +07:00
parent 8c959fd1a8
commit dc671f35f2

View File

@ -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
}
}