It's after 2013-05-15 forever now, so remove the code for the May 15 fork.

This commit is contained in:
Gregory Maxwell
2013-05-16 13:27:21 -07:00
parent 5b5d399593
commit a824121eb8
5 changed files with 0 additions and 190 deletions

View File

@@ -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