aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkblock_tests.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-05-30 07:35:44 -0700
committerJeff Garzik <[email protected]>2013-05-30 07:35:44 -0700
commitaf93273799cb169bdcea97e3c02089db617247d8 (patch)
tree00f534c35972e42014c6248b43d3b929b8446537 /src/test/checkblock_tests.cpp
parentMerge pull request #2697 from Michagogo/master (diff)
parentIt's after 2013-05-15 forever now, so remove the code for the May 15 fork. (diff)
downloaddiscoin-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.cpp2
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