From 691161d419fe3d82d7a49b511ef80e2b24332aac Mon Sep 17 00:00:00 2001 From: jtimon Date: Sat, 24 Jan 2015 15:29:29 +0100 Subject: Consensus: Create consensus/consensus.h with some constants --- src/merkleblock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/merkleblock.cpp') diff --git a/src/merkleblock.cpp b/src/merkleblock.cpp index b51b002b95..c48d8cd508 100644 --- a/src/merkleblock.cpp +++ b/src/merkleblock.cpp @@ -6,7 +6,7 @@ #include "merkleblock.h" #include "hash.h" -#include "primitives/block.h" // for MAX_BLOCK_SIZE +#include "consensus/consensus.h" #include "utilstrencodings.h" using namespace std; -- cgit v1.2.3