From 7483713823cea61963ae0051f3e17ffd4b9be706 Mon Sep 17 00:00:00 2001 From: svost Date: Thu, 6 Feb 2020 07:23:48 +0300 Subject: [PATCH] Add checkpoint --- src/checkpoints.cpp | 1 + src/kernel.cpp | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 966916f..5de09b3 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -35,6 +35,7 @@ namespace Checkpoints ( 221047, std::make_pair(uint256("0xa28aef712e7aa0c285bfe29351ca21ed416689139e3063ef770fc826a8b9e9da"), 1449431646) ) ( 243100, std::make_pair(uint256("0x000000000006522d1ebc0734cb0e6b83f5d4da0c3cbc72bd91b82016f611c4f0"), 1458215793) ) ( 532000, std::make_pair(uint256("0x0000000000018b7eba5e189c41605780c8a855f74144fa837fa05fa4c67b6ba9"), 1569359486) ) + ( 561108, std::make_pair(uint256("0x2f3cf523ae1022300b4f40073e506d15ef0d6e208f123aed5b93016f81a10e1e"), 1580943827) ) ; static ListBannedBlocks listBanned = diff --git a/src/kernel.cpp b/src/kernel.cpp index 3267420..bd8c357 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -40,6 +40,7 @@ static std::map mapStakeModifierCheckpoints = (221047, 0x0b39ef50u ) (243100, 0xe928d83au ) (532000, 0x3e5c2b81u ) + (561108, 0x9c1860b0u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet) -- 1.7.1