diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-05-30 07:35:44 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-05-30 07:35:44 -0700 |
commit | af93273799cb169bdcea97e3c02089db617247d8 (patch) | |
tree | 00f534c35972e42014c6248b43d3b929b8446537 /src/test | |
parent | ba35ecc003d148527f30b4df84285add072fae90 (diff) | |
parent | a824121eb8458350a2c4f7c64601a9d1b41425c9 (diff) |
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')
-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 3cfb6dbfa4..d626f9a6f4 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 |