diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-26 14:33:12 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-26 14:42:09 +0200 |
commit | 1d9d314573ee48f6f51107265f1cf1fa9e36c998 (patch) | |
tree | 6c1946ec948bf2dbd9f4bc1bf37bfe14d79808f3 /src/rpcmining.cpp | |
parent | 1623f6e3375430b42e7120dc02e8df8c7c22fc16 (diff) | |
parent | 691161d419fe3d82d7a49b511ef80e2b24332aac (diff) |
Merge pull request #5696
691161d Consensus: Create consensus/consensus.h with some constants (jtimon)
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r-- | src/rpcmining.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index aba250ba49..24b865150a 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" |