Browse Source

test

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

2
iguana/iguana_unspents.c

@ -457,7 +457,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3
{
if ( (bp == spentbp && spentbp->dirty == 0) || (bp == spentbp != 0 && (spentbp->dirty % 100000) == 3) )
{
printf("prefetch.[%d]\n",spentbp->hdrsi);
printf("current.%d prefetch.[%d]\n",spentbp == bp,spentbp->hdrsi);
iguana_ramchain_prefetch(coin,&spentbp->ramchain);
}
spentbp->dirty++;

Loading…
Cancel
Save