diff --git a/src/dbwrapper.h b/src/dbwrapper.h index b4bd0fdbc3e17..d32c394d186b0 100644 --- a/src/dbwrapper.h +++ b/src/dbwrapper.h @@ -525,6 +525,7 @@ class CDBTransactionIterator if (!transaction.deletes.count(parentKey) && !transaction.writes.count(parentKey)) { break; } + parentIt->Next(); } }