Only remove database log files on shutdown after wallet encryption/rewrite
This commit is contained in:
3
src/db.h
3
src/db.h
@@ -29,7 +29,8 @@ extern unsigned int nWalletDBUpdated;
|
||||
extern DbEnv dbenv;
|
||||
|
||||
|
||||
extern void DBFlush(bool fShutdown, bool fRemoveLogFiles);
|
||||
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