Skip to content

Commit dcb7bfb

Browse files
committed
update validation.cpp
this seems weird? why do we need to reference the specific implementation vs cdbwrapperbase?
1 parent 04cd102 commit dcb7bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5633,7 +5633,7 @@ Chainstate& ChainstateManager::InitializeChainstate(CTxMemPool* mempool)
56335633

56345634
// We have to destruct before this call leveldb::DB in order to release the db
56355635
// lock, otherwise `DestroyDB` will fail. See `leveldb::~DBImpl()`.
5636-
const bool destroyed = DestroyDB(path_str);
5636+
const bool destroyed = MDBXWrapper::DestroyDB(path_str);
56375637

56385638
if (!destroyed) {
56395639
LogPrintf("error: leveldb DestroyDB call failed on %s\n", path_str);

0 commit comments

Comments
 (0)