|
|
@ -363,7 +363,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert |
|
|
|
if ( coin->spendvectorsaved > 1 ) |
|
|
|
return(0); |
|
|
|
incr = IGUANA_NUMHELPERS; |
|
|
|
if ( 1 && coin->PREFETCHLAG > 0 ) |
|
|
|
if ( strcmp("BTC",coin->symbol) == 0 && coin->PREFETCHLAG > 0 ) |
|
|
|
{ |
|
|
|
incr = 1; |
|
|
|
if ( incr < 1 ) |
|
|
@ -381,7 +381,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert |
|
|
|
printf("validate and gen utxo.[%d]\n",hdrsi); |
|
|
|
if ( coin->PREFETCHLAG > 0 ) |
|
|
|
iguana_ramchain_prefetch(coin,&bp->ramchain,0); |
|
|
|
if ( strcmp("BTC",coin->symbol) == 0 || iguana_bundlevalidate(coin,bp,0) == bp->n ) |
|
|
|
if ( strcmp("BTC",coin->symbol) == 0 || iguana_bundlevalidate(coin,bp,1) == bp->n ) |
|
|
|
{ |
|
|
|
if ( bp->utxofinish > 1 || (retval= iguana_spendvectors(coin,bp,&bp->ramchain,0,bp->n,convertflag)) >= 0 ) |
|
|
|
{ |
|
|
|