aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorPeter Bushnell <bushsolo@gmail.com>2019-07-27 13:07:30 +0100
committerPeter Bushnell <bushsolo@gmail.com>2019-07-30 06:36:34 +0100
commit914923d125f5d17b39b4dc05f666d130e80a68b2 (patch)
tree4b24f5d92caab8f4e429089e80fc75f1523b2024 /src/wallet/walletdb.h
parent33894612c0de953b75b41dbfcc643986e4ac177e (diff)
downloadbitcoin-914923d125f5d17b39b4dc05f666d130e80a68b2.tar.xz
Add setting as known type
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index b78bc49f9e..0fee35934d 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -74,6 +74,7 @@ extern const std::string OLD_KEY;
extern const std::string ORDERPOSNEXT;
extern const std::string POOL;
extern const std::string PURPOSE;
+extern const std::string SETTINGS;
extern const std::string TX;
extern const std::string VERSION;
extern const std::string WATCHMETA;