add state check assert routine

This commit is contained in:
alex.sharov 2021-08-27 16:36:44 +07:00
parent 7f7c312f70
commit 7ed9ddbf38

View File

@ -1128,7 +1128,7 @@ func (p *TxPool) fromDB(ctx context.Context, tx kv.RwTx, coreTx kv.Tx) error {
}
if len(vv) == 0 {
tx.ForEach(kv.PooledSenderIDToAdress, nil, func(kkk, vvvv []byte) error {
if bytes.HasPrefix(kkk, v[:7]) {
if bytes.HasPrefix(kkk, v[:6]) {
fmt.Printf("found:%x,%x\n", kkk, vvvv)
}
return nil