Browse Source

test

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

4
iguana/iguana777.c

@ -476,12 +476,12 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
printf("skip utxogen as spendvectorsaved.%u\n",coin->spendvectorsaved); printf("skip utxogen as spendvectorsaved.%u\n",coin->spendvectorsaved);
return(0); return(0);
} }
printf("helperid.%d start %s utxogen\n",helperid,coin->symbol);
if ( (incr= IGUANA_NUMHELPERS) > 8 ) if ( (incr= IGUANA_NUMHELPERS) > 8 )
incr = 8; incr = 8;
max = coin->bundlescount; max = coin->bundlescount;
if ( coin->bundles[max-1] == 0 || (coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1) ) if ( coin->bundles[max-1] == coin->current || coin->bundles[max-1] == 0 || (coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1) )
max--; max--;
printf("helperid.%d start %s utxogen bundlescount.%d max.%d\n",helperid,coin->symbol,coin->bundlescount,max);
if ( helperid < incr ) if ( helperid < incr )
{ {
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr) for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)

Loading…
Cancel
Save