From 6864ae44a44ec785f8687f2c5f8a3f8bcc639dbe Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 15:03:21 +0300 Subject: [PATCH] Change to 792000 --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index ac36dc0a2..d8fc47f86 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -169,7 +169,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in flag = ((height % KOMODO_ELECTION_GAP) > 64 || (height % KOMODO_ELECTION_GAP) == 0); else if ( height == 790833 ) flag = 1; - else if ( special2 < 0 && height > 800000 ) + else if ( special2 < 0 && height > 792000 ) flag = 0; } if ( flag != 0 || special2 > 0 )