aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.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/walletdb.h
parent46c46aebb7943e1e2e96755e94dc6c197920bf75 (diff)
downloadbitcoin-2363e9fcaa41b68bf11153f591b95f2d41ff9a1a.tar.xz
Load the descriptor cache from the wallet file
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h2
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