Implement SetupGeneration for DescriptorScriptPubKeyMan

This commit is contained in:
Andrew Chow
2019-07-10 16:03:17 -04:00
parent 46dfb99768
commit e014886a34
2 changed files with 70 additions and 0 deletions

View File

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