X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fkernel.cpp;h=3267420d9d7d02f7e8b2ab3ccecbec2f1a63005b;hp=b18ae2b7c180f836f687b46f019c134ba17cd513;hb=46ca50b715ef87386437de8468ab9b6eb96cd24c;hpb=cf4c39365966ce7dae4333d3d88e7820892ed381 diff --git a/src/kernel.cpp b/src/kernel.cpp index b18ae2b..3267420 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -31,7 +31,7 @@ typedef std::map MapModifierCheckpoints; // Hard checkpoints of stake modifiers to ensure they are deterministic static std::map mapStakeModifierCheckpoints = boost::assign::map_list_of - ( 0, 0x0e00670bu ) + ( 0, 0x0e00670bu ) ( 12661, 0x5d84115du ) (143990, 0x9c592c78u ) (149000, 0x48f2bdc4u ) @@ -39,6 +39,7 @@ static std::map mapStakeModifierCheckpoints = (200000, 0x01ec1503u ) (221047, 0x0b39ef50u ) (243100, 0xe928d83au ) + (532000, 0x3e5c2b81u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)