From 29c2d99bc937c7288b64ab8778dc5f4fd74b4f82 Mon Sep 17 00:00:00 2001 From: Patrick Strateman Date: Sat, 30 Jul 2016 11:27:48 -0700 Subject: [PATCH] Make CWallet::fFileBacked private. --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 0c95fdf4b..9dfb87e14 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 setKeyPool;