diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-07-10 16:03:17 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-04-23 13:59:48 -0400 |
commit | e014886a342508f7c8d80323eee9a5f314eaf94c (patch) | |
tree | ebdd39e5cabd2f4ac0daee2b29d44b6393bb3402 /src/wallet/scriptpubkeyman.h | |
parent | 46dfb99768e7d03a3cf552812d5b41ceaebc06be (diff) |
Implement SetupGeneration for DescriptorScriptPubKeyMan
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r-- | src/wallet/scriptpubkeyman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index adbd207278..b0f0e8713e 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -532,6 +532,9 @@ public: bool IsHDEnabled() const override; + //! Setup descriptors based on the given CExtkey + bool SetupDescriptorGeneration(const CExtKey& master_key); + bool HavePrivateKeys() const override; int64_t GetOldestKeyPoolTime() const override; |