From 5c5b18fb6c07edc6ca8b46ba49956af9cc148cac Mon Sep 17 00:00:00 2001 From: Kks Date: Sun, 7 Apr 2024 23:37:11 -0400 Subject: [PATCH] Update pow.cpp --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index 3bb2322..29dfb97 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -16,7 +16,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead unsigned int nProofOfWorkLimit = UintToArith256(params.powLimit).GetCompact(); // reset difficulty for new diff algorithm's average + Segwit/CSV activation - if ((pindexLast->nHeight >= 28928) && (pindexLast->nHeight <= 28999)) + if ((pindexLast->nHeight >= 28930) && (pindexLast->nHeight <= 28999)) return nProofOfWorkLimit; if (pindexLast->nHeight >= 29000)