From e7ae7221e2f4ce70655f3d75d08087b879f9528c Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 11:36:21 -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 ab5f8df93..d33431ebb 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -112,7 +112,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in arith_uint256 bnTarget; bnTarget.SetCompact(nBits, &fNegative, &fOverflow); - if ( (special= komodo_heightnotary(height,pubkey33)) != 0 ) // 0 -> non-special notary + if ( height >= 33280 && (special= komodo_heightnotary(height,pubkey33)) != 0 ) // 0 -> non-special notary { int32_t i,nonz = 0; for (i=0; i<33; i++)