From 94a288b2048a488e86934497175966eb4d253b47 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Mon, 27 Dec 2021 01:31:26 +0300 Subject: [PATCH] New checkpoints at block 712891 --- 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 7d6ffcb..75ed22a 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -36,6 +36,7 @@ namespace Checkpoints ( 243100, std::make_pair(uint256("0x000000000006522d1ebc0734cb0e6b83f5d4da0c3cbc72bd91b82016f611c4f0"), 1458215793) ) ( 532000, std::make_pair(uint256("0x0000000000018b7eba5e189c41605780c8a855f74144fa837fa05fa4c67b6ba9"), 1569359486) ) ( 561108, std::make_pair(uint256("0x2f3cf523ae1022300b4f40073e506d15ef0d6e208f123aed5b93016f81a10e1e"), 1580943827) ) + ( 712891, std::make_pair(uint256("0xaaafebcb23c1b8ab49f7517b7a34bcc420cc6f284d9ffc672c1f47b5af2b0088"), 1640557462) ) ; static ListBannedBlocks listBanned = diff --git a/src/kernel.cpp b/src/kernel.cpp index 97007c9..fe9d1bf 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -41,6 +41,7 @@ static std::map mapStakeModifierCheckpoints = (243100, 0xe928d83au ) (532000, 0x3e5c2b81u ) (561108, 0x9c1860b0u ) + (712891, 0xee193895u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet) -- 1.7.1