From 116df55e21e5380c1cf4bccc62546757d44c1294 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 13 Jul 2011 01:07:49 -0400 Subject: Update CWallet::LoadWallet for proper return type. --- src/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index d336d38765..c19b3f43c7 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -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 -- cgit v1.2.3