From 1d86ca7c16d660d7c995c43ff25b1087551fc1c8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 13:25:58 +0200 Subject: [PATCH] Test --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index fdcb43936..e954875f1 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -19,7 +19,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params) { unsigned int nProofOfWorkLimit = UintToArith256(params.powLimit).GetCompact(); - +return(KOMODO_MINDIFF_NBITS); // Genesis block if (pindexLast == NULL ) return nProofOfWorkLimit;