From 778bb22504cc81c34e31e267c90166c592b68343 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Thu, 11 Jul 2024 16:11:06 +0100 Subject: [PATCH] execute it sooner --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index 07d83e46c..bc1d5b9e6 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -361,7 +361,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead if (params.IsRegTestNet()) return pindexLast->nBits; - if (nHeight > 1391000) { + if (nHeight > 1390000) { return GetNextWorkRequiredPOSV3(pindexLast); }