From 6e010626af7ed51f1748323ece2f46335e145f2f Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Thu, 6 Jul 2023 19:09:50 +0000 Subject: wallet: bdb: don't use bdb define in header --- src/wallet/bdb.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/bdb.cpp') 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 { -- cgit v1.2.3