Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
67e9b5b24b
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -365,7 +365,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
max = coin->bundlescount;
if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
max--;
incr = (coin->PREFETCHLAG > 0) ? 1 : IGUANA_NUMHELPERS;
incr = IGUANA_NUMHELPERS;//(coin->PREFETCHLAG > 0) ? 1 : IGUANA_NUMHELPERS;
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
{
if ( (bp= coin->bundles[hdrsi]) == 0 )

Loading…
Cancel
Save