From d62eb4b0cbfa5bdb69384290b37091ace04886e4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Dec 2016 08:50:56 +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 b96d29b9c..d066baa60 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -146,7 +146,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in // Check proof of work matches claimed amount if ( UintToArith256(hash) > bnTarget ) { - if ( (KOMODO_REWIND == 0 && height > 108000) || height <= KOMODO_REWIND ) + if ( height > 108000 ) { int32_t i; for (i=31; i>=0; i--)