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