Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
dcb63f5865
  1. 4
      iguana/iguana_unspents.c

4
iguana/iguana_unspents.c

@ -388,9 +388,9 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp)
printf("unexpected spendbp: height.%d bp.[%d] U%d <- S%d.[%d] [ext.%d %s prev.%d]\n",bp->bundleheight+i,spentbp->hdrsi,spent_unspentind,spendind,bp->hdrsi,s->external,bits256_str(str,prevhash),s->prevout);
errs++;
}
if ( now > spentbp->lastprefetch+10 )//|| (spentbp->dirty % 10000) == 0 )
if ( now > spentbp->lastprefetch+30 )//|| (spentbp->dirty % 10000) == 0 )
{
printf("prefetch[%d] from.[%d] lag.%d\n",spentbp->hdrsi,bp->hdrsi,now - spentbp->lastprefetch);
//printf("prefetch[%d] from.[%d] lag.%d\n",spentbp->hdrsi,bp->hdrsi,now - spentbp->lastprefetch);
iguana_ramchain_prefetch(coin,&spentbp->ramchain);
spentbp->lastprefetch = now;
}

Loading…
Cancel
Save