diff options
| author | Gavin Andresen <[email protected]> | 2013-03-09 12:02:57 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-04-03 19:57:53 -0400 |
| commit | b31499ec72edd1554d4612d1b54808fce0360e14 (patch) | |
| tree | a2d03852b9fd6e9595470210479f212ccf4313f1 /src/wallet.cpp | |
| parent | Port Thread* methods to boost::thread_group (diff) | |
| download | discoin-b31499ec72edd1554d4612d1b54808fce0360e14.tar.xz discoin-b31499ec72edd1554d4612d1b54808fce0360e14.zip | |
Clean up shutdown process
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index eecb7d2d2..5761b008f 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1383,7 +1383,6 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet) return nLoadWalletRet; fFirstRunRet = !vchDefaultKey.IsValid(); - NewThread(ThreadFlushWalletDB, &strWalletFile); return DB_LOAD_OK; } |