diff options
| author | jtimon <[email protected]> | 2015-01-24 15:29:29 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-04-20 21:27:51 +0200 |
| commit | 691161d419fe3d82d7a49b511ef80e2b24332aac (patch) | |
| tree | fb657b9aba2aa42ff9948fcfc428845b60384c35 /src/primitives/block.h | |
| parent | Merge pull request #5911 (diff) | |
| download | discoin-691161d419fe3d82d7a49b511ef80e2b24332aac.tar.xz discoin-691161d419fe3d82d7a49b511ef80e2b24332aac.zip | |
Consensus: Create consensus/consensus.h with some constants
Diffstat (limited to 'src/primitives/block.h')
| -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 c7ed6f723..59f46deb1 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 |