Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
2361802549
  1. 10
      iguana/iguana_recv.c

10
iguana/iguana_recv.c

@ -956,10 +956,12 @@ uint32_t iguana_allhashcmp(struct supernet_info *myinfo,struct iguana_info *coin
prev->hh.next = block;
block->hh.prev = prev;
}
//if ( bp->hdrsi < coin->MAXBUNDLES )
iguana_blockQ("allhashes",coin,bp,i,blockhashes[i],1);
iguana_blockQ("allhashes",coin,bp,i,blockhashes[i],0);
n++;
if ( bp->startutxo == 0 )
{
iguana_blockQ("allhashes",coin,bp,i,blockhashes[i],1);
iguana_blockQ("allhashes",coin,bp,i,blockhashes[i],0);
n++;
}
} else printf("no allhashes block.%p or mismatch.%p\n",block,bp->blocks[i]);
prev = block;
}

Loading…
Cancel
Save