add state check assert routine

This commit is contained in:
alex.sharov 2021-08-27 17:20:43 +07:00
parent 0e42c04b6c
commit cac7b798b4

View File

@ -600,7 +600,9 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
return err
}
}
fmt.Printf("evicted:%d\n", evicted)
a, _ := c.Count()
fmt.Printf("evicted:%d,%d\n", evicted, a)
for addr, id := range sc.senderIDs {
binary.BigEndian.PutUint64(encID, id)