@ -8,8 +8,6 @@
#include <string>
#include <map>
class HTTPRequest;
/** Start HTTP RPC subsystem.
* Precondition; HTTP and RPC has been started.
*/
@ -16,9 +16,7 @@
class CBlockIndex;
class CChainParams;
class CReserveKey;
class CScript;
class CWallet;
namespace Consensus { struct Params; };
@ -101,7 +101,6 @@ struct AddedNodeInfo
bool fInbound;
};
class CTransaction;
class CNodeStats;
class CClientUIInterface;
@ -8,7 +8,6 @@
#include <QDialog>
class AddressTableModel;
class OptionsModel;
class PlatformStyle;
namespace Ui {
@ -20,7 +19,6 @@ class QItemSelection;
class QMenu;
class QModelIndex;
class QSortFilterProxyModel;
class QTableView;
QT_END_NAMESPACE
/** Widget that shows a list of sending or receiving addresses.
@ -31,8 +31,6 @@ class WalletModel;
class HelpMessageDialog;
class ModalOverlay;
QT_BEGIN_NAMESPACE
class QAction;
class QProgressBar;
@ -10,13 +10,10 @@
#include <atomic>
class BanTableModel;
class PeerTableModel;
class TransactionTableModel;
@ -20,7 +20,6 @@ class PlatformStyle;
class WalletModel;
class CCoinControl;
class CTxMemPool;
class CoinControlDialog;
@ -15,7 +15,6 @@
#include <QPoint>
#include <QVariant>
@ -13,7 +13,6 @@
#include <QTimer>
class ClientModel;
class SendCoinsEntry;
class SendCoinsRecipient;
@ -9,7 +9,6 @@
#include <QObject>
class BitcoinGUI;
@ -7,9 +7,6 @@
class CBlock;
class uint256;
class UniValue;
/**
@ -28,9 +28,6 @@ namespace RPCServer
void OnPreCommand(std::function<void (const CRPCCommand&)> slot);
}
class CNetAddr;
/** Wrapper for UniValue::VType, which includes typeAny:
* Used to denote don't care type. Only used by RPCTypeCheckObj */
struct UniValueType {
@ -28,7 +28,6 @@
#include <boost/signals2/signal.hpp>
class CAutoFile;
/** Fake height value used in Coin to signify they are only in the memory pool (since 0.8) */
@ -12,9 +12,7 @@
#include <boost/signals2/last_value.hpp>
class CBasicKeyStore;
/** General change type (added, updated, removed). */
@ -32,7 +32,6 @@
class CBlockTreeDB;
class CBloomFilter;
class CCoinsViewDB;
class CInv;
@ -40,7 +39,6 @@ class CConnman;
class CScriptCheck;
class CBlockPolicyEstimator;
class CValidationInterface;
class CValidationState;
struct ChainTxData;
@ -9,8 +9,6 @@
#include "serialize.h"
#include "support/allocators/secure.h"
const unsigned int WALLET_CRYPTO_KEY_SIZE = 32;
const unsigned int WALLET_CRYPTO_SALT_SIZE = 8;
const unsigned int WALLET_CRYPTO_IV_SIZE = 16;