Minor bugfixes
Was "Handle obfuscation in CLevelDBIterator" Zcash: Only bugfixes
This commit is contained in:
committed by
Jack Grigg
parent
1ebf50b6da
commit
0d9524ba6b
@@ -95,7 +95,7 @@ bool CLevelDBWrapper::IsEmpty()
|
||||
it->SeekToFirst();
|
||||
return !(it->Valid());
|
||||
}
|
||||
|
||||
|
||||
CLevelDBIterator::~CLevelDBIterator() { delete piter; }
|
||||
bool CLevelDBIterator::Valid() { return piter->Valid(); }
|
||||
void CLevelDBIterator::SeekToFirst() { piter->SeekToFirst(); }
|
||||
|
||||
Reference in New Issue
Block a user