diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 9f0746f94..8267135d9 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -362,8 +362,8 @@ uint256 komodo_getblockhash(int32_t height) } free_json(result); } - printf("KMD hash.%d (%s)\n",height,hexstr); - free(hexstr); + printf("KMD hash.%d (%s) %x\n",height,jsonstr,*(uint32_t *)&hash); + free(jsonstr); } return(hash); }