From 56113daef4830cad1af3c00f6b3c447c9e2a8e05 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 29 Oct 2021 14:06:21 +0200 Subject: wallet: add taprootEnabled() to interface --- src/interfaces/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interfaces/wallet.h') diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index 4213a22749..77e15fc097 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -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; -- cgit v1.2.3