From 890d91cabb4b07a9b43f5f50e228ed9e3e79aec8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 11:20:22 -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 24448c56d..9a1303c06 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -148,7 +148,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in int32_t i; for (i=0; i<32; i++) printf("%02x",((uint8_t *)&hash)[i]); - printf(" hash vs ") + printf(" hash vs "); for (i=0; i<32; i++) printf("%02x",((uint8_t *)&bnTarget)[i]); printf(" special.%d notaryid.%d ht.%d mod.%d error\n",special,notaryid,height,(height % 35));