|
|
@ -417,8 +417,8 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert |
|
|
|
return(0); |
|
|
|
} |
|
|
|
incr = IGUANA_NUMHELPERS; |
|
|
|
if ( 1 || coin->PREFETCHLAG > 0 ) // data issues on slow systems
|
|
|
|
incr = 1; |
|
|
|
//if ( 1 || coin->PREFETCHLAG > 0 ) // data issues on slow systems
|
|
|
|
// incr = 1;
|
|
|
|
max = coin->bundlescount; |
|
|
|
if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 ) |
|
|
|
max--; |
|
|
|