diff options
| author | Gregory Maxwell <[email protected]> | 2013-05-16 13:27:21 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2013-05-16 13:34:01 -0700 |
| commit | a824121eb8458350a2c4f7c64601a9d1b41425c9 (patch) | |
| tree | 663dacbe9d193f278bd940557a0b7ba1e53b2d85 /src/test/checkblock_tests.cpp | |
| parent | Update version numbers for 0.8.2rc1 release (diff) | |
| download | discoin-a824121eb8458350a2c4f7c64601a9d1b41425c9.tar.xz discoin-a824121eb8458350a2c4f7c64601a9d1b41425c9.zip | |
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 |