Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.

This commit is contained in:
Gavin Andresen
2011-11-20 10:39:01 -05:00
parent 1c15f88653
commit b2d3b2d65d
3 changed files with 1 additions and 28 deletions

View File

@@ -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);