diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-01-30 13:13:22 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-01-30 13:13:22 -0500 |
commit | a53465a6497bc4a24086f79c0fa7207946c4d278 (patch) | |
tree | 80b3cdb749c6760c82673aacd999b04746c64dd4 /src/checkpoints.cpp | |
parent | db3b4ade7ba8a91afaa649177d5f297f20eb40fd (diff) |
New checkpoint at block 216116 for the 0.8.0 release
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r-- | src/checkpoints.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 4d2096ef07..e2c420edd7 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -31,6 +31,7 @@ namespace Checkpoints (168000, uint256("0x000000000000099e61ea72015e79632f216fe6cb33d7899acb35b75c8303b763")) (193000, uint256("0x000000000000059f452a5f7340de6682a977387c17010ff6e6c3bd83ca8b1317")) (210000, uint256("0x000000000000048b95347e83192f69cf0366076336c639f9b7228e9ba171342e")) + (216116, uint256("0x00000000000001b4f4b433e81ee46494af945cf96014816a4e2370f11b23df4e")) ; static MapCheckpoints mapCheckpointsTestnet = |