aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-07-09 13:40:34 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-04-23 13:59:48 -0400
commit2363e9fcaa41b68bf11153f591b95f2d41ff9a1a (patch)
treea80a259a16f04f5fe0898b0a329917368863b0cd /src/wallet/scriptpubkeyman.h
parent46c46aebb7943e1e2e96755e94dc6c197920bf75 (diff)
downloadbitcoin-2363e9fcaa41b68bf11153f591b95f2d41ff9a1a.tar.xz
Load the descriptor cache from the wallet file
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 81c89de985..34ba07967e 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -543,6 +543,8 @@ public:
uint256 GetID() const override;
void SetType(OutputType type, bool internal) override;
+
+ void SetCache(const DescriptorCache& cache);
};
#endif // BITCOIN_WALLET_SCRIPTPUBKEYMAN_H