diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-07-09 13:40:34 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-04-23 13:59:48 -0400 |
commit | 2363e9fcaa41b68bf11153f591b95f2d41ff9a1a (patch) | |
tree | a80a259a16f04f5fe0898b0a329917368863b0cd /src/wallet/walletdb.h | |
parent | 46c46aebb7943e1e2e96755e94dc6c197920bf75 (diff) |
Load the descriptor cache from the wallet file
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 4bd03da4a3..75fb12c9df 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -77,6 +77,8 @@ extern const std::string SETTINGS; extern const std::string TX; extern const std::string VERSION; extern const std::string WALLETDESCRIPTOR; +extern const std::string WALLETDESCRIPTORCKEY; +extern const std::string WALLETDESCRIPTORKEY; extern const std::string WATCHMETA; extern const std::string WATCHS; } // namespace DBKeys |