From 7e10c8a601df071b8ad8b0d1dbd4f67c5a9ce4c6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 13:23:03 +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 d2069d34f..326764bcf 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -167,7 +167,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 == 790833 || height == 741551 ) + else if ( height == 790833 || height == 741551 || height == 768413 ) flag = 1; else if ( special2 < 0 && height > 700000 ) flag = 0;