From 6dc772ac89d2de907ab3f763a956d063885c22f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 15:38:26 +0200 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 0d8ec4bab..38b065a76 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -164,7 +164,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in printf("%02x",((uint8_t *)&bnTarget)[i]); printf(" ht.%d REWIND.%d special.%d notaryid.%d ht.%d mod.%d error\n",height,KOMODO_REWIND,special,notaryid,height,(height % 35)); for (i=0; i<33; i++) - printf("%02x",pubkey[i]); + printf("%02x",pubkey33[i]); printf(" <- pubkey\n"); if ( height < 90000 || (height > 110000 && KOMODO_REWIND == 0) ) return error("CheckProofOfWork(): hash doesn't match nBits");