mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-10 20:53:50 +01:00
wallet: add external_signer flag
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user