From e3003648b1eb96eeb41bfcfadb72872b7bda135c Mon Sep 17 00:00:00 2001 From: compounddev <32350979+compounddev@users.noreply.github.com> Date: Wed, 4 Oct 2017 11:59:05 +0800 Subject: [PATCH] Update kernel.cpp --- src/kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel.cpp b/src/kernel.cpp index 80b66e9..a209fd1 100755 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -17,7 +17,7 @@ typedef std::map MapModifierCheckpoints; // Hard checkpoints of stake modifiers to ensure they are deterministic static std::map mapStakeModifierCheckpoints = boost::assign::map_list_of - ( 999999999, 0x0e00670bu ) + ( 1151, 0x69c38d4e ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)