X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcheckpoints.cpp;h=3e6164e86470daa4836341b725eabfb970b365dd;hb=5b547f6753c3ec95260fa462ebccb29c720c460e;hp=2a2638844a3048b5fa007eab2f14484e8e333c0c;hpb=11d924c01d7d54bd45a28da657ea2b5a75ad98a1;p=novacoin.git 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)