Browse Source

test

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

2
iguana/iguana_unspents.c

@ -1078,7 +1078,7 @@ int32_t iguana_RTutxo(struct iguana_info *coin,struct iguana_bundle *bp,struct i
if ( 1 && coin->PREFETCHLAG != 0 && now >= spentbp->lastprefetch+coin->PREFETCHLAG )
{
printf("RT prefetch[%d] from.[%d] lag.%d bundlei.%d numspends.%d of %d\n",spentbp->hdrsi,bp->hdrsi,now - spentbp->lastprefetch,bundlei,spendind,RTramchain->H.spendind);
iguana_ramchain_prefetch(coin,&spentbp->ramchain,1);
iguana_ramchain_prefetch(coin,&spentbp->ramchain,0);
spentbp->lastprefetch = now;
}
}

Loading…
Cancel
Save