From 47cc7f6cb3c7460ff9ac78dcf260b03b46d45202 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 12:59:06 +0300 Subject: [PATCH] Test --- src/pow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index d1d0a6ab6..c2242f4c2 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -167,8 +167,8 @@ 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 > 790900 && special2 < 0 ) - // flag = 0; + else if ( height == 790833 ) + flag = 1; } if ( flag != 0 || special2 > 0 ) {