cleanup blockhash.

This commit is contained in:
Christopher Jeffrey 2014-11-19 15:56:38 -08:00
parent 7767bdd828
commit 5382ecb5b0
1 changed files with 0 additions and 4 deletions

View File

@ -2048,8 +2048,6 @@ async_get_addrtx(uv_work_t *req) {
if (txin.scriptSig.ToString() == expected.ToString()) {
ctx_list *item = new ctx_list();
item->ctx = ctx;
//uint256 hash(((CMerkleTx)ctx).hashBlock.GetHex());
//item->blockhash = hash;
item->blockhash = cblock.GetHash();
if (data->ctxs == NULL) {
data->ctxs = item;
@ -2074,8 +2072,6 @@ async_get_addrtx(uv_work_t *req) {
if (data->addr == str_addr) {
ctx_list *item = new ctx_list();
item->ctx = ctx;
//uint256 hash(((CMerkleTx)ctx).hashBlock.GetHex());
//item->blockhash = hash;
item->blockhash = cblock.GetHash();
if (data->ctxs == NULL) {
data->ctxs = item;