Merge pull request #1738 from laanwj/2012_08_boostthread
implement CreateThread with boost::thread
This commit is contained in:
@@ -1385,7 +1385,7 @@ int CWallet::LoadWallet(bool& fFirstRunRet)
|
||||
return nLoadWalletRet;
|
||||
fFirstRunRet = !vchDefaultKey.IsValid();
|
||||
|
||||
CreateThread(ThreadFlushWalletDB, &strWalletFile);
|
||||
NewThread(ThreadFlushWalletDB, &strWalletFile);
|
||||
return DB_LOAD_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user