aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2015-01-24 15:57:12 +0100
committerJorge Timón <[email protected]>2015-05-15 16:05:28 +0200
commitda29ecbcc6c003a603ee2312309d593708ec6fb2 (patch)
tree7d736bfddf11c238fe5f811f2ff4671f05ef617c /src/rpcmining.cpp
parentConsensus: Refactor: Decouple CValidationState from main::AbortNode() (diff)
downloaddiscoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.tar.xz
discoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.zip
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index a6a8b9422..d58d43857 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -6,6 +6,7 @@
#include "amount.h"
#include "chainparams.h"
#include "consensus/consensus.h"
+#include "consensus/validation.h"
#include "core_io.h"
#include "init.h"
#include "main.h"