diff options
author | jtimon <jtimon@jtimon.cc> | 2015-01-24 15:29:29 +0100 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-04-20 21:27:51 +0200 |
commit | 691161d419fe3d82d7a49b511ef80e2b24332aac (patch) | |
tree | fb657b9aba2aa42ff9948fcfc428845b60384c35 /src/primitives | |
parent | b6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff) |
Consensus: Create consensus/consensus.h with some constants
Diffstat (limited to 'src/primitives')
-rw-r--r-- | src/primitives/block.h | 3 |
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 |