Skip to content

Commit aeb311a

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

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
@@ -5634,7 +5634,7 @@ Chainstate& ChainstateManager::InitializeChainstate(CTxMemPool* mempool)
56345634

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

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

0 commit comments

Comments
 (0)