aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2023-07-06 19:09:50 +0000
committerCory Fields <cory-nospam-@coryfields.com>2023-07-07 14:14:20 +0000
commit6e010626af7ed51f1748323ece2f46335e145f2f (patch)
treea7efd410835fc6025092db2c57d21fa6c4c4c3ca /src/wallet/bdb.cpp
parent004b184b027520a4f9019d1432a816e6ec891fe3 (diff)
downloadbitcoin-6e010626af7ed51f1748323ece2f46335e145f2f.tar.xz
wallet: bdb: don't use bdb define in header
Diffstat (limited to 'src/wallet/bdb.cpp')
-rw-r--r--src/wallet/bdb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/bdb.cpp b/src/wallet/bdb.cpp
index d74950c5b1..69a0201d4a 100644
--- a/src/wallet/bdb.cpp
+++ b/src/wallet/bdb.cpp
@@ -29,6 +29,8 @@
#endif
#endif
+static_assert(BDB_DB_FILE_ID_LEN == DB_FILE_ID_LEN, "DB_FILE_ID_LEN should be 20.");
+
namespace wallet {
namespace {