This commit is contained in:
jl777
2016-12-01 17:07:26 -03:00
parent 8c072b0bce
commit 5f1f19fd48

View File

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