@ -493,7 +493,7 @@ void iguana_helper(void *arg)
if ( (coin= Coins[i]) != 0 )
{
if ( coin->spendvectorsaved == 1 )
iguana_utxogen(coin,helperid,coin->PREFETCHLAG < 0);
iguana_utxogen(coin,helperid,0);//coin->PREFETCHLAG < 0);
}
n = queue_size(&bundlesQ);
@ -653,7 +653,8 @@ void *iguana_ramchain_offset(char *fname,void *dest,uint8_t *lhash,FILE *fp,uint
fseek(fp,startfpos,SEEK_SET);
if ( (err= fwrite(srcptr,1,len,fp)) == len )
printf("write.%d of %d worked!\n",i,numretries);
if ( i > 2 )
printf("write.%d of %d worked!\n",i+1,numretries+1);
break;