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 committed by Alexander Block
parent 9589e24485
commit e34e2bbcca

View File

@ -651,6 +651,7 @@ private:
/* HD derive new child key (on internal or external chain) */
void DeriveNewChildKey(const CKeyMetadata& metadata, CKey& secretRet, uint32_t nAccountIndex, bool fInternal /*= false*/);
bool fFileBacked;
public:
/*
* Main wallet lock.
@ -661,7 +662,6 @@ public:
*/
mutable CCriticalSection cs_wallet;
bool fFileBacked;
const std::string strWalletFile;
void LoadKeyPool(int nIndex, const CKeyPool &keypool)