0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00

o Removed verbose clang warning

This commit is contained in:
Alexander Kjeldaas 2012-11-10 23:53:32 -03:00
parent 6ca2ea2fa2
commit 40c5e409e1

View file

@ -22,7 +22,7 @@ class CAddress;
class CInv; class CInv;
class CNode; class CNode;
class CBlockIndexWorkComparator; struct CBlockIndexWorkComparator;
/** The maximum allowed size for a serialized block, in bytes (network rule) */ /** The maximum allowed size for a serialized block, in bytes (network rule) */
static const unsigned int MAX_BLOCK_SIZE = 1000000; static const unsigned int MAX_BLOCK_SIZE = 1000000;