Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
01586865be
  1. 4
      iguana/iguana777.c

4
iguana/iguana777.c

@ -479,11 +479,11 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
//if ( 1 || coin->PREFETCHLAG > 0 ) // data issues on slow systems
// incr = 1;
max = coin->bundlescount;
if ( 0 && coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
max--;
if ( helperid < incr )
{
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
for (hdrsi=helperid; hdrsi<=max; hdrsi+=incr)
num += iguana_helperA(myinfo,coin,helperid,coin->bundles[hdrsi],convertflag);
}
while ( (n= iguana_utxofinished(coin)) < max )

Loading…
Cancel
Save