Add WALLET_FLAG_DESCRIPTORS

This commit is contained in:
Andrew Chow
2019-07-05 22:32:59 -04:00
parent 6b8119af53
commit 96accc73f0
3 changed files with 8 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ enum WalletFlags : uint64_t {
//! bitcoin from opening the wallet, thinking it was newly created, and
//! then improperly reinitializing it.
WALLET_FLAG_BLANK_WALLET = (1ULL << 33),
//! Indicate that this wallet supports DescriptorScriptPubKeyMan
WALLET_FLAG_DESCRIPTORS = (1ULL << 34),
};
//! Get the path of the wallet directory.