Update CWallet::LoadWallet for proper return type.

This commit is contained in:
Jeff Garzik
2011-07-13 01:07:49 -04:00
committed by Jeff Garzik
parent 4ea952d5c0
commit 116df55e21
3 changed files with 6 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ public:
walletdb.WriteBestBlock(loc);
}
bool LoadWallet(bool& fFirstRunRet);
int LoadWallet(bool& fFirstRunRet);
// bool BackupWallet(const std::string& strDest);
// requires cs_mapAddressBook lock