wallet: bdb: don't use bdb define in header

This commit is contained in:
Cory Fields
2023-07-06 19:09:50 +00:00
parent 004b184b02
commit 6e010626af
2 changed files with 7 additions and 1 deletions

View File

@@ -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 {