From 21e1c25f5320284429342e559c38ee630b3611db Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 11:18:38 -0300 Subject: [PATCH] test --- src/pow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pow.cpp b/src/pow.cpp index 6fb7a492a..24448c56d 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -145,6 +145,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in // Check proof of work matches claimed amount if ( UintToArith256(hash) > bnTarget ) { + int32_t i; for (i=0; i<32; i++) printf("%02x",((uint8_t *)&hash)[i]); printf(" hash vs ")