From 5b547f6753c3ec95260fa462ebccb29c720c460e Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 20 Feb 2013 02:42:08 +0400 Subject: [PATCH] add checkpoint --- src/checkpoints.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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) -- 1.7.1