From f9e18307c42718ecac211808b00e2ee0039a8276 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 17:33:44 -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 b7f241155..e23ddb6f2 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -123,7 +123,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in } //fprintf(stderr," height.%d special.%d nonz.%d\n",height,special,nonz); if ( nonz == 0 ) - return(true); + return(true); // will come back via different path with pubkey set if ( special > 0 ) // special notary id == (height % numnotaries) { if (UintToArith256(hash) <= bnTarget) // accept normal diff