|
|
@ -24,6 +24,13 @@ class CBlockIndex; |
|
|
|
class CWalletTx; |
|
|
|
class CWalletTx; |
|
|
|
class CKeyItem; |
|
|
|
class CKeyItem; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CMessageHeader; |
|
|
|
|
|
|
|
class CAddress; |
|
|
|
|
|
|
|
class CInv; |
|
|
|
|
|
|
|
class CRequestTracker; |
|
|
|
|
|
|
|
class CNode; |
|
|
|
|
|
|
|
class CBlockIndex; |
|
|
|
|
|
|
|
|
|
|
|
static const unsigned int MAX_BLOCK_SIZE = 1000000; |
|
|
|
static const unsigned int MAX_BLOCK_SIZE = 1000000; |
|
|
|
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; |
|
|
|
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; |
|
|
|
static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50; |
|
|
|
static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50; |
|
|
|