mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 10:42:46 +01:00
It's after 2013-05-15 forever now, so remove the code for the May 15 fork.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user