diff options
author | Matt Corallo <git@bluematt.me> | 2013-04-11 16:53:57 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2013-04-11 18:07:22 -0400 |
commit | 84db464b10036ce5f2d3a6276b2047fd87dec9d8 (patch) | |
tree | 2b69cedb714ee9de55268ac3635bcc86782c588e /contrib/test-patches/temp-revert-2.patch | |
parent | 3656a3c55833ee6afbe12f41fc7ab2471725e322 (diff) |
Add test patches for pull-tester to contrib/
Diffstat (limited to 'contrib/test-patches/temp-revert-2.patch')
-rw-r--r-- | contrib/test-patches/temp-revert-2.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/test-patches/temp-revert-2.patch b/contrib/test-patches/temp-revert-2.patch new file mode 100644 index 0000000000..1cd043d0d7 --- /dev/null +++ b/contrib/test-patches/temp-revert-2.patch @@ -0,0 +1,20 @@ +commit cfae26916dba311f6f75d444301c1f9362267c3e +Author: Matt Corallo <git@bluematt.me> +Date: Sun Mar 24 20:45:50 2013 -0400 + + Revert "Checkpoint at first block in 11 March chain fork" + + This reverts commit f817c496a1482d05b22c8e539de67f07db1c09d9. + +diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp +index 62234b9..9b11f0b 100644 +--- a/src/checkpoints.cpp ++++ b/src/checkpoints.cpp +@@ -44,7 +44,6 @@ namespace Checkpoints + (193000, uint256("0x000000000000059f452a5f7340de6682a977387c17010ff6e6c3bd83ca8b1317")) + (210000, uint256("0x000000000000048b95347e83192f69cf0366076336c639f9b7228e9ba171342e")) + (216116, uint256("0x00000000000001b4f4b433e81ee46494af945cf96014816a4e2370f11b23df4e")) +- (225430, uint256("0x00000000000001c108384350f74090433e7fcf79a606b8e797f065b130575932")) + ; + static const CCheckpointData data = { + &mapCheckpoints, |