diff options
| author | jtimon <[email protected]> | 2015-01-24 15:57:12 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-05-15 16:05:28 +0200 |
| commit | da29ecbcc6c003a603ee2312309d593708ec6fb2 (patch) | |
| tree | 7d736bfddf11c238fe5f811f2ff4671f05ef617c /src/main.cpp | |
| parent | Consensus: Refactor: Decouple CValidationState from main::AbortNode() (diff) | |
| download | discoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.tar.xz discoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.zip | |
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0a849c035..481eeaa9e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,6 +11,7 @@ #include "chainparams.h" #include "checkpoints.h" #include "checkqueue.h" +#include "consensus/validation.h" #include "init.h" #include "merkleblock.h" #include "net.h" |