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/test/checkblock_tests.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/test/checkblock_tests.cpp')
| -rw-r--r-- | src/test/checkblock_tests.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp index 7abfad151..51530c4de 100644 --- a/src/test/checkblock_tests.cpp +++ b/src/test/checkblock_tests.cpp @@ -2,16 +2,11 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -// -// Unit tests for block.CheckBlock() -// - - - #include "clientversion.h" +#include "consensus/validation.h" #include "main.h" -#include "utiltime.h" #include "test/test_bitcoin.h" +#include "utiltime.h" #include <cstdio> |