From 6dbfb7fd81acd3bbf457ed87431d78a7a56b8313 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 12 Nov 2016 14:27:45 -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 9d714e337..7cf20bd83 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -127,11 +127,11 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in } if ( nonz == 0 ) return(true); // will come back via different path with pubkey set - if ( height > 66300 ) + if ( height > 60000 ) { if ( notaryid >= 0 ) { - if ( komodo_is_special(height,pubkey33) > 0 ) + if ( height < 70000 || komodo_is_special(height,pubkey33) > 0 ) { bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow); flag = 1;