From d49c0532a51b1264b7406d017581e0e8db99faf6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 12:51:08 +0300 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 cc4376e16..f530b2f13 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -164,7 +164,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in flag = 1; else if ( height >= 108000 && special2 > 0 ) flag = ((height % KOMODO_ELECTION_GAP) > 64 || (height % KOMODO_ELECTION_GAP) == 0); - else if ( height > 780000 && special2 < 0 ) + else if ( height > 790900 && special2 < 0 ) flag = 0; if ( flag != 0 ) {