From: alex Date: Fri, 1 Mar 2013 17:37:36 +0000 (+0400) Subject: Add haddened checkpoint at block #8700 X-Git-Tag: v0.4.0-unstable~29 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=5205241646b0fe6e07b0a268ab94809ef4ff6ad8 Add haddened checkpoint at block #8700 --- diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 3e6164e..29a4087 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -28,6 +28,7 @@ namespace Checkpoints boost::assign::map_list_of ( 0, hashGenesisBlockOfficial ) ( 6000, uint256("0x000000000945e3c9d8e15df834e802521eb79f9ceb4191a27bdfadad4b777f4a")) + ( 8700, uint256("0x00000000014270724837789c9a69859290f6bdee38556bc4561c21f17935a178")) ; bool CheckHardened(int nHeight, const uint256& hash)