diff options
author | Gregory Maxwell <greg@xiph.org> | 2013-05-16 13:27:21 -0700 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2013-05-16 13:34:01 -0700 |
commit | a824121eb8458350a2c4f7c64601a9d1b41425c9 (patch) | |
tree | 663dacbe9d193f278bd940557a0b7ba1e53b2d85 /contrib/test-patches/temp-revert-1.patch | |
parent | 5b5d399593adbdf8b9b4fb49ef39d51d4eac03cd (diff) |
It's after 2013-05-15 forever now, so remove the code for the May 15 fork.
Diffstat (limited to 'contrib/test-patches/temp-revert-1.patch')
-rw-r--r-- | contrib/test-patches/temp-revert-1.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/test-patches/temp-revert-1.patch b/contrib/test-patches/temp-revert-1.patch deleted file mode 100644 index a5aec641ce..0000000000 --- a/contrib/test-patches/temp-revert-1.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 4dcc8701ac0eb09d8992d19fb411cee3c9aaf394 -Author: Matt Corallo <git@bluematt.me> -Date: Sun Mar 24 20:45:44 2013 -0400 - - Revert "Update unit test to match rule enforcement starts 21 March" - - This reverts commit d3e8c6a9d3fad68b0eee4434401ec7b3066399a2. - -diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp -index 3cfb6db..e167def 100644 ---- a/src/test/checkblock_tests.cpp -+++ b/src/test/checkblock_tests.cpp -@@ -52,7 +52,7 @@ BOOST_AUTO_TEST_CASE(May15) - if (read_block("Mar12Fork.dat", forkingBlock)) - { - CValidationState state; -- forkingBlock.nTime = tMay15-1; // Invalidates PoW -+ BOOST_CHECK(!forkingBlock.CheckBlock(state, true, true)); - BOOST_CHECK(!forkingBlock.CheckBlock(state, false, false)); - - // After May 15'th, big blocks are OK: |