mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Merge #8432: Make CWallet::fFileBacked private.
29c2d99 Make CWallet::fFileBacked private. (Patrick Strateman)
This commit is contained in:
commit
c7e05b35ab
@ -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…
x
Reference in New Issue
Block a user