wallet: add external_signer flag

This commit is contained in:
Sjors Provoost
2019-08-04 17:55:31 +02:00
parent f3e6ce78fb
commit 157ea7c614
3 changed files with 20 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ enum WalletFlags : uint64_t {
//! Indicate that this wallet supports DescriptorScriptPubKeyMan
WALLET_FLAG_DESCRIPTORS = (1ULL << 34),
//! Indicates that the wallet needs an external signer
WALLET_FLAG_EXTERNAL_SIGNER = (1ULL << 35),
};
//! Get the path of the wallet directory.