walletdb: Move BDB specific things into bdb.{cpp/h}

Leave wallet/db.{cpp/h} for generic WalletDatabase stuff. The BDB
specific stuff goes into bdb.{cpp/h}
This commit is contained in:
Andrew Chow
2020-06-15 14:29:29 -04:00
parent 8f033642a8
commit 61c16339da
8 changed files with 1149 additions and 1121 deletions

View File

@ -8,7 +8,7 @@
#include <fs.h>
#include <test/util/setup_common.h>
#include <wallet/db.h>
#include <wallet/bdb.h>
BOOST_FIXTURE_TEST_SUITE(db_tests, BasicTestingSetup)