From 63b2d35e70b8843b7d14efe522204d4f6c8c9003 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Nov 2016 17:29:34 -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 291bb3b75..acf017442 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -132,7 +132,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in if ( notaryid >= 0 ) { special2 = komodo_is_special(height,pubkey33); - if ( special2 == -2 ) + if ( 0 && special2 == -2 ) printf("height.%d special2.%d special.%d\n",height,special2,special); if ( special2 == -2 || (height < 70000 && (special != 0 || special2 > 0)) || (height >= 70000 && special2 > 0) )