From 0290bd6eada8bdebc404c0397e1b1b882683ce00 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Fri, 1 Nov 2019 23:34:49 +0300 Subject: [PATCH] Bump nMinimumChainWork --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index f4583cd7f..cc2103592 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -121,7 +121,7 @@ public: consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours // The best chain should have at least this much work. - consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000001f61a372a08476c5a2e"); + consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000026797d24ded64a79e72"); /** * The message start string is designed to be unlikely to occur in normal data.