mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
wallet: add taprootEnabled() to interface
This commit is contained in:
@@ -256,6 +256,9 @@ public:
|
||||
// Return whether private keys enabled.
|
||||
virtual bool privateKeysDisabled() = 0;
|
||||
|
||||
// Return whether the wallet contains a Taproot scriptPubKeyMan
|
||||
virtual bool taprootEnabled() = 0;
|
||||
|
||||
// Return whether wallet uses an external signer.
|
||||
virtual bool hasExternalSigner() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user