mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Get rid of db dependencies on main
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
class CKeyPool;
|
||||
class CAccount;
|
||||
class CAccountingEntry;
|
||||
class CWallet;
|
||||
class CWalletTx;
|
||||
|
||||
/** Error statuses for the wallet database */
|
||||
enum DBErrors
|
||||
@@ -160,4 +162,6 @@ public:
|
||||
static bool Recover(CDBEnv& dbenv, std::string filename);
|
||||
};
|
||||
|
||||
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
||||
|
||||
#endif // BITCOIN_WALLETDB_H
|
||||
|
||||
Reference in New Issue
Block a user