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/rpcmining.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rpcmining.cpp') diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 851d113f3..8398a33f7 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -5,11 +5,12 @@ #include "amount.h" #include "chainparams.h" +#include "consensus/consensus.h" #include "core_io.h" #include "init.h" -#include "net.h" #include "main.h" #include "miner.h" +#include "net.h" #include "pow.h" #include "rpcserver.h" #include "util.h" -- cgit v1.2.3