Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
388ee89493
  1. 6
      iguana/iguana777.c

6
iguana/iguana777.c

@ -531,8 +531,8 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
} }
while ( iguana_balancefinished(coin) < max || coin->balanceflush != 0 ) while ( iguana_balancefinished(coin) < max || coin->balanceflush != 0 )
sleep(3); sleep(3);
printf("helper.%d check validates\n",helperid); //printf("helper.%d check validates\n",helperid);
incr = IGUANA_NUMHELPERS; //incr = IGUANA_NUMHELPERS;
if ( helperid < incr ) if ( helperid < incr )
{ {
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr) for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
@ -561,7 +561,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
while ( coin->spendvectorsaved <= 1 ) while ( coin->spendvectorsaved <= 1 )
sleep(IGUANA_NUMHELPERS+3); sleep(IGUANA_NUMHELPERS+3);
} }
printf("helper.%d helperdone\n",helperid); //printf("helper.%d helperdone\n",helperid);
return(num); return(num);
} }

Loading…
Cancel
Save