aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/block.h
diff options
context:
space:
mode:
authorjtimon <jtimon@jtimon.cc>2015-01-24 15:29:29 +0100
committerJorge Timón <jtimon@jtimon.cc>2015-04-20 21:27:51 +0200
commit691161d419fe3d82d7a49b511ef80e2b24332aac (patch)
treefb657b9aba2aa42ff9948fcfc428845b60384c35 /src/primitives/block.h
parentb6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff)
downloadbitcoin-691161d419fe3d82d7a49b511ef80e2b24332aac.tar.xz
Consensus: Create consensus/consensus.h with some constants
Diffstat (limited to 'src/primitives/block.h')
-rw-r--r--src/primitives/block.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/primitives/block.h b/src/primitives/block.h
index c7ed6f723a..59f46deb1c 100644
--- a/src/primitives/block.h
+++ b/src/primitives/block.h
@@ -10,9 +10,6 @@
#include "serialize.h"
#include "uint256.h"
-/** The maximum allowed size for a serialized block, in bytes (network rule) */
-static const unsigned int MAX_BLOCK_SIZE = 1000000;
-
/** Nodes collect new transactions into a block, hash them into a hash tree,
* and scan through nonce values to make the block's hash satisfy proof-of-work
* requirements. When they solve the proof-of-work, they broadcast the block