Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b6fe3c6f32
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -861,7 +861,7 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp,st
}
if ( convertflag != 0 )
{
if ( coin->PREFETCHLAG != 0 && now >= spentbp->lastprefetch+coin->PREFETCHLAG )
if ( 0 && coin->PREFETCHLAG != 0 && now >= spentbp->lastprefetch+coin->PREFETCHLAG )
{
//printf("prefetch[%d] from.[%d] lag.%d\n",spentbp->hdrsi,bp->hdrsi,now - spentbp->lastprefetch);
iguana_ramchain_prefetch(coin,&spentbp->ramchain,2);

Loading…
Cancel
Save