add checkpoint
authoralex <alex@alex-VirtualBox.(none)>
Tue, 19 Feb 2013 22:42:08 +0000 (02:42 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Tue, 19 Feb 2013 22:42:08 +0000 (02:42 +0400)
src/checkpoints.cpp

index 2a26388..3e6164e 100644 (file)
@@ -27,6 +27,7 @@ namespace Checkpoints
     static MapCheckpoints mapCheckpoints =
         boost::assign::map_list_of
         ( 0, hashGenesisBlockOfficial )
+        ( 6000, uint256("0x000000000945e3c9d8e15df834e802521eb79f9ceb4191a27bdfadad4b777f4a"))
         ;
 
     bool CheckHardened(int nHeight, const uint256& hash)