File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed
Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ class CAddrMan;
2121struct CBlockLocator ;
2222class CDiskBlockIndex ;
2323class COutPoint ;
24- class CWallet ;
2524
2625extern unsigned int nWalletDBUpdated;
2726
2827void ThreadFlushWalletDB (const std::string& strWalletFile);
29- bool BackupWallet (const CWallet& wallet, const std::string& strDest);
3028
3129
3230class CDBEnv
Original file line number Diff line number Diff line change 1010#include " chainparams.h"
1111#include " checkpoints.h"
1212#include " checkqueue.h"
13- #include " db.h"
1413#include " init.h"
1514#include " net.h"
1615#include " txdb.h"
1716#include " txmempool.h"
1817#include " ui_interface.h"
1918#include " util.h"
20- #include " wallet.h"
2119
2220#include < inttypes.h>
2321#include < stdint.h>
@@ -33,9 +31,6 @@ using namespace boost;
3331// Global state
3432//
3533
36- CCriticalSection cs_setpwalletRegistered;
37- set<CWallet*> setpwalletRegistered;
38-
3934CCriticalSection cs_main;
4035
4136CTxMemPool mempool;
Original file line number Diff line number Diff line change 2828#include < utility>
2929#include < vector>
3030
31- class CBlock ;
3231class CBlockIndex ;
3332class CBloomFilter ;
3433class CInv ;
35- class CKeyItem ;
36- class CNode ;
37- class CNodeSignals ;
38- class CReserveKey ;
39- class CWallet ;
4034
4135/* * The maximum allowed size for a serialized block, in bytes (network rule) */
4236static const unsigned int MAX_BLOCK_SIZE = 1000000 ;
@@ -103,11 +97,9 @@ extern int64_t nTransactionFee;
10397static const uint64_t nMinDiskSpace = 52428800 ;
10498
10599
106- class CReserveKey ;
107100class CCoinsDB ;
108101class CBlockTreeDB ;
109102struct CDiskBlockPos ;
110- class CCoins ;
111103class CTxUndo ;
112104class CCoinsView ;
113105class CCoinsViewCache ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class CBlockLocator;
2020class CKeyPool ;
2121class CMasterKey ;
2222class CScript ;
23+ class CWallet ;
2324class CWalletTx ;
2425class uint160 ;
2526class uint256 ;
You can’t perform that action at this time.
0 commit comments