Update block checkings
[novacoin.git] / src / kernel.cpp
index 0a0ef9d..49e9fc7 100644 (file)
@@ -18,12 +18,9 @@ typedef std::map<int, unsigned int> MapModifierCheckpoints;
 static std::map<int, unsigned int> mapStakeModifierCheckpoints =
     boost::assign::map_list_of
         ( 0, 0x0e00670bu )
-        ( 6000, 0xb7cbc5d3u )
         ( 9690, 0x97dcdafau )
         ( 12661, 0x5d84115du )
-        ( 19600, 0xdded1b8du )
-        ( 21800, 0x0daa1aaau )
-        ( 26174, 0xaf9983dcu )
+        ( 37092, 0xd230afccu )
     ;
 
 // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)