wallet: add taprootEnabled() to interface

This commit is contained in:
Sjors Provoost
2021-10-29 14:06:21 +02:00
parent 887796a5ff
commit 56113daef4
2 changed files with 8 additions and 0 deletions

View File

@@ -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;