Browse Source

test

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

2
iguana/iguana777.c

@ -417,7 +417,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
return(0);
}
incr = IGUANA_NUMHELPERS;
if ( 0 && strcmp("BTC",coin->symbol) == 0 && coin->PREFETCHLAG > 0 )
if ( strcmp("BTC",coin->symbol) == 0 && coin->PREFETCHLAG > 0 )
incr = 1;
max = coin->bundlescount;
//if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )

Loading…
Cancel
Save