aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2023-11-21 23:07:00 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2023-11-21 23:07:00 -0300
commitf05302427386fe63f4929a7198652cb1e4ab3bcc (patch)
tree9f864e5e94fd7bd7682a67345c06f56fa8547725 /src/wallet/scriptpubkeyman.h
parent1f65241b733cd1e962c88909ae66816bc6451fd1 (diff)
downloadbitcoin-f05302427386fe63f4929a7198652cb1e4ab3bcc.tar.xz
wallet: batch external signer descriptor import
Co-authored-by: furszy <matiasfurszyfer@protonmail.com>
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 936c76c223..dccbf3ced6 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -623,11 +623,6 @@ public:
//! Setup descriptors based on the given CExtkey
bool SetupDescriptorGeneration(WalletBatch& batch, const CExtKey& master_key, OutputType addr_type, bool internal);
- /** Provide a descriptor at setup time
- * Returns false if already setup or setup fails, true if setup is successful
- */
- bool SetupDescriptor(std::unique_ptr<Descriptor>desc);
-
bool HavePrivateKeys() const override;
std::optional<int64_t> GetOldestKeyPoolTime() const override;