diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-10-31 10:27:47 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-02-23 14:34:31 +0100 |
commit | 7ebc7c0215979c53b92a436acc8b5b607b8d735a (patch) | |
tree | edd6c0ce805c638c140c454e01920c785d8a5d01 /src/wallet/external_signer_scriptpubkeyman.h | |
parent | fc5da520f5c72287f59823b8a6d748dda49c574a (diff) |
wallet: ExternalSigner: add GetDescriptors method
Diffstat (limited to 'src/wallet/external_signer_scriptpubkeyman.h')
-rw-r--r-- | src/wallet/external_signer_scriptpubkeyman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/external_signer_scriptpubkeyman.h b/src/wallet/external_signer_scriptpubkeyman.h index 40edbcf751..cef0a18075 100644 --- a/src/wallet/external_signer_scriptpubkeyman.h +++ b/src/wallet/external_signer_scriptpubkeyman.h @@ -22,6 +22,9 @@ class ExternalSignerScriptPubKeyMan : public DescriptorScriptPubKeyMan * Returns false if already setup or setup fails, true if setup is successful */ bool SetupDescriptor(std::unique_ptr<Descriptor>desc); + + static ExternalSigner GetExternalSigner(); + }; #endif |