diff --git a/src/wallet.cpp b/src/wallet.cpp index 38d2b64a176..b482aeae244 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1129,7 +1129,7 @@ string CWallet::SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 int CWallet::LoadWallet(bool& fFirstRunRet) { if (!fFileBacked) - return false; + return DB_LOAD_OK; fFirstRunRet = false; int nLoadWalletRet = CWalletDB(strWalletFile,"cr+").LoadWallet(this); if (nLoadWalletRet == DB_NEED_REWRITE)