Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.
This commit is contained in:
2
src/db.h
2
src/db.h
@@ -28,8 +28,6 @@ class CBlockLocator;
|
||||
extern unsigned int nWalletDBUpdated;
|
||||
extern DbEnv dbenv;
|
||||
|
||||
|
||||
extern void RemoveLogFilesOnShutdown(bool fRemoveLogFiles);
|
||||
extern void DBFlush(bool fShutdown);
|
||||
void ThreadFlushWalletDB(void* parg);
|
||||
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
||||
|
||||
Reference in New Issue
Block a user