Merge #8432: Make CWallet::fFileBacked private.

29c2d99 Make CWallet::fFileBacked private. (Patrick Strateman)
This commit is contained in:
Pieter Wuille 2016-08-01 02:07:16 +02:00
commit c7e05b35ab
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931

View file

@ -581,6 +581,7 @@ private:
/* the HD chain data model (external chain counters) */ /* the HD chain data model (external chain counters) */
CHDChain hdChain; CHDChain hdChain;
bool fFileBacked;
public: public:
/* /*
* Main wallet lock. * Main wallet lock.
@ -591,7 +592,6 @@ public:
*/ */
mutable CCriticalSection cs_wallet; mutable CCriticalSection cs_wallet;
bool fFileBacked;
std::string strWalletFile; std::string strWalletFile;
std::set<int64_t> setKeyPool; std::set<int64_t> setKeyPool;