This commit is contained in:
jl777
2016-11-21 12:00:17 -03:00
parent a3f1fb69d1
commit 1fd5771851

View File

@@ -362,8 +362,8 @@ uint256 komodo_getblockhash(int32_t height)
} }
free_json(result); free_json(result);
} }
printf("KMD hash.%d (%s)\n",height,hexstr); printf("KMD hash.%d (%s) %x\n",height,jsonstr,*(uint32_t *)&hash);
free(hexstr); free(jsonstr);
} }
return(hash); return(hash);
} }