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

@@ -24,6 +24,7 @@
#include <univalue.h>
#ifdef ENABLE_WALLET
#include <wallet/bdb.h>
#include <wallet/db.h>
#include <wallet/wallet.h>
#endif