From: CryptoManiac Date: Tue, 8 Dec 2015 21:05:56 +0000 (+0300) Subject: Replace checkpoint. X-Git-Tag: nvc-v0.5.6~110 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=4577465fb947bce73cfabd791d4c02ecc0adbb63;hp=f36f2643de26060c862800a5d87b627dc51189f4 Replace checkpoint. --- diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 68c427f..dba4b21 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -30,7 +30,7 @@ namespace Checkpoints ( 149000, std::make_pair(uint256("0x7a24acfcadcf43054e7f7d9f273522c0dfc5791ba4006e0273e7521a8d36c525"), 1420872125) ) ( 160000, std::make_pair(uint256("0x000000000001cb1133043d38d077c0e93f66c8b2566779f10f182137d1e34a68"), 1425150237) ) ( 200000, std::make_pair(uint256("0x0000000000029f8bbf66e6ea6f3e5db55009404aae0fe395a53dd33142b2bff2"), 1441127233) ) - ( 221046, std::make_pair(uint256("0x000000000005487dee17d16e9ed726b6dcc119bc89be5641facaea8f5b742cf6"), 1449428373) ) + ( 221047, std::make_pair(uint256("0xa28aef712e7aa0c285bfe29351ca21ed416689139e3063ef770fc826a8b9e9da"), 1449431646) ) ; // TestNet has no checkpoints diff --git a/src/kernel.cpp b/src/kernel.cpp index 3069c2c..a8f4f5d 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -37,6 +37,7 @@ static std::map mapStakeModifierCheckpoints = (149000, 0x48f2bdc4u ) (160000, 0x789df0f0u ) (200000, 0x01ec1503u ) + (221047, 0x0b39ef50u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)