add state check assert routine

This commit is contained in:
alex.sharov 2021-08-27 14:54:53 +07:00
parent ebc17c1113
commit f34a3dffad

View File

@ -626,6 +626,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce) error {
return err
}
if len(vv) == 0 {
fmt.Printf("%x,%x,%x\n", k, v, vv)
panic("no-no")
}
return nil