aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Strateman <patrick.strateman@gmail.com>2016-07-30 11:27:48 -0700
committerPatrick Strateman <patrick.strateman@gmail.com>2016-07-30 11:27:48 -0700
commit29c2d99bc937c7288b64ab8778dc5f4fd74b4f82 (patch)
tree552162fab57dcc51ff3e3fdfe8bd6fe43258916e
parent6caf3ee061a86d89b965dc8a61a95d1f34015805 (diff)
downloadbitcoin-29c2d99bc937c7288b64ab8778dc5f4fd74b4f82.tar.xz
Make CWallet::fFileBacked private.
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 0c95fdf4b0..9dfb87e144 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -581,6 +581,7 @@ private:
/* the HD chain data model (external chain counters) */
CHDChain hdChain;
+ bool fFileBacked;
public:
/*
* Main wallet lock.
@@ -591,7 +592,6 @@ public:
*/
mutable CCriticalSection cs_wallet;
- bool fFileBacked;
std::string strWalletFile;
std::set<int64_t> setKeyPool;