mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
minor cleanup: include orders, end comments etc.
- no code changes
This commit is contained in:
16
src/main.h
16
src/main.h
@@ -39,8 +39,15 @@
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
||||
class CBlockIndex;
|
||||
class CBlockTreeDB;
|
||||
class CBloomFilter;
|
||||
class CInv;
|
||||
class CScriptCheck;
|
||||
class CValidationInterface;
|
||||
class CValidationState;
|
||||
|
||||
struct CBlockTemplate;
|
||||
struct CNodeStateStats;
|
||||
|
||||
/** The maximum allowed size for a serialized block, in bytes (network rule) */
|
||||
static const unsigned int MAX_BLOCK_SIZE = 1000000;
|
||||
@@ -128,15 +135,6 @@ extern CBlockIndex *pindexBestHeader;
|
||||
// Minimum disk space required - used in CheckDiskSpace()
|
||||
static const uint64_t nMinDiskSpace = 52428800;
|
||||
|
||||
|
||||
class CBlockTreeDB;
|
||||
class CScriptCheck;
|
||||
class CValidationState;
|
||||
class CValidationInterface;
|
||||
struct CNodeStateStats;
|
||||
|
||||
struct CBlockTemplate;
|
||||
|
||||
/** Register a wallet to receive updates from core */
|
||||
void RegisterValidationInterface(CValidationInterface* pwalletIn);
|
||||
/** Unregister a wallet from core */
|
||||
|
||||
Reference in New Issue
Block a user