We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cdaa4 commit aeb311aCopy full SHA for aeb311a
src/validation.cpp
@@ -5634,7 +5634,7 @@ Chainstate& ChainstateManager::InitializeChainstate(CTxMemPool* mempool)
5634
5635
// We have to destruct before this call leveldb::DB in order to release the db
5636
// lock, otherwise `DestroyDB` will fail. See `leveldb::~DBImpl()`.
5637
- const bool destroyed = DestroyDB(path_str);
+ const bool destroyed = MDBXWrapper::DestroyDB(path_str);
5638
5639
if (!destroyed) {
5640
LogPrintf("error: leveldb DestroyDB call failed on %s\n", path_str);
0 commit comments