Skip to content

Commit 29c2d99

Browse files
committed
Make CWallet::fFileBacked private.
1 parent 6caf3ee commit 29c2d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
581581
/* the HD chain data model (external chain counters) */
582582
CHDChain hdChain;
583583

584+
bool fFileBacked;
584585
public:
585586
/*
586587
* Main wallet lock.
@@ -591,7 +592,6 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
591592
*/
592593
mutable CCriticalSection cs_wallet;
593594

594-
bool fFileBacked;
595595
std::string strWalletFile;
596596

597597
std::set<int64_t> setKeyPool;

0 commit comments

Comments
 (0)