PPCoin: Fix a startup issue loading blkindex since 90f58617
[novacoin.git] / src / checkpoints.cpp
index 14141b3..4447414 100644 (file)
@@ -22,7 +22,7 @@ namespace Checkpoints
     //
     static MapCheckpoints mapCheckpoints =
         boost::assign::map_list_of
-        ( 0, hashGenesisBlock )
+        ( 0, hashGenesisBlockOfficial )
         ; // ppcoin: no checkpoint yet; to be created in future releases
 
     bool CheckHardened(int nHeight, const uint256& hash)