diff options
| author | Jeff Garzik <[email protected]> | 2013-05-30 07:35:44 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-05-30 07:35:44 -0700 |
| commit | af93273799cb169bdcea97e3c02089db617247d8 (patch) | |
| tree | 00f534c35972e42014c6248b43d3b929b8446537 /src/test/checkblock_tests.cpp | |
| parent | Merge pull request #2697 from Michagogo/master (diff) | |
| parent | It's after 2013-05-15 forever now, so remove the code for the May 15 fork. (diff) | |
| download | discoin-af93273799cb169bdcea97e3c02089db617247d8.tar.xz discoin-af93273799cb169bdcea97e3c02089db617247d8.zip | |
Merge pull request #2657 from gmaxwell/its_after_may15_forever
It's after 2013-05-15 forever now, so remove the code for the May 15 fork
Diffstat (limited to 'src/test/checkblock_tests.cpp')
| -rw-r--r-- | src/test/checkblock_tests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp index 3cfb6dbfa..d626f9a6f 100644 --- a/src/test/checkblock_tests.cpp +++ b/src/test/checkblock_tests.cpp @@ -52,8 +52,6 @@ BOOST_AUTO_TEST_CASE(May15) if (read_block("Mar12Fork.dat", forkingBlock)) { CValidationState state; - forkingBlock.nTime = tMay15-1; // Invalidates PoW - BOOST_CHECK(!forkingBlock.CheckBlock(state, false, false)); // After May 15'th, big blocks are OK: forkingBlock.nTime = tMay15; // Invalidates PoW |