Restore testnet genesis block
authoralex <alex@alex-VirtualBox.(none)>
Fri, 16 Aug 2013 21:56:44 +0000 (01:56 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Fri, 16 Aug 2013 21:56:44 +0000 (01:56 +0400)
src/checkpoints.cpp

index 1fe5177..798cfb8 100644 (file)
@@ -50,7 +50,7 @@ namespace Checkpoints
     // TestNet has no checkpoints
     static MapCheckpoints mapCheckpointsTestnet =
         boost::assign::map_list_of
-        ( 0, initCheckpoint(hashGenesisBlock, 1360105017) )
+        ( 0, initCheckpoint(hashGenesisBlockTestNet, 1360105017) )
         ;
 
     bool CheckHardened(int nHeight, const uint256& hash)