From: alex Date: Tue, 19 Feb 2013 22:42:08 +0000 (+0400) Subject: add checkpoint X-Git-Tag: v0.4.0-unstable~39 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=5b547f6753c3ec95260fa462ebccb29c720c460e add checkpoint --- diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 2a26388..3e6164e 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -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)