aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-07-13 01:07:49 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-07-13 01:07:49 -0400
commit116df55e21e5380c1cf4bccc62546757d44c1294 (patch)
tree3001721aa336b507f8d8c88e1db3166ab1806cc8 /src/wallet.h
parent4ea952d5c03e18b9ddd0e97f4434cd9092358dab (diff)
downloadbitcoin-116df55e21e5380c1cf4bccc62546757d44c1294.tar.xz
Update CWallet::LoadWallet for proper return type.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
1 files changed, 1 insertions, 1 deletions
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