Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
06d070e244
  1. 4
      iguana/iguana777.c

4
iguana/iguana777.c

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

Loading…
Cancel
Save