Browse Source

test

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

4
iguana/iguana777.c

@ -493,10 +493,10 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
}
if ( helperid < incr )
{
for (hdrsi=helperid; hdrsi<=max; hdrsi+=incr)
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
num += iguana_helperB(coin,helperid,coin->bundles[hdrsi],convertflag);
}
while ( (n= iguana_convertfinished(coin)) <= max )
while ( (n= iguana_convertfinished(coin)) < max )
{
//printf("helperid.%d convertfinished.%d vs max %d bundlescount.%d\n",helperid,n,max,coin->bundlescount);
sleep(IGUANA_NUMHELPERS+3);

Loading…
Cancel
Save