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/rpcmining.cpp | |
| 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/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 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" |