Make CWallet::fFileBacked private.
This commit is contained in:
parent
6caf3ee061
commit
29c2d99bc9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue