add state check assert routine

This commit is contained in:
alex.sharov 2021-08-28 09:30:15 +07:00
parent 6ad0315fa8
commit eabbcd5af2

View File

@ -607,7 +607,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
return err
}
}
fmt.Printf("last sender id:%d\n", sc.senderID)
sc.senderIDs = map[string]uint64{}
v := make([]byte, 8, 8+32)