mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Fix infinite loop in CDBTransactionIterator::SkipDeletedAndOverwritten (#2870)
This commit is contained in:
parent
cd94cbe6f0
commit
2502aadd7c
@ -525,6 +525,7 @@ private:
|
|||||||
if (!transaction.deletes.count(parentKey) && !transaction.writes.count(parentKey)) {
|
if (!transaction.deletes.count(parentKey) && !transaction.writes.count(parentKey)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
parentIt->Next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user