Browse Source

test

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

4
iguana/iguana777.c

@ -361,7 +361,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
{ {
int32_t hdrsi,retval,n,max,incr,num = 0; struct iguana_bundle *bp; int32_t hdrsi,retval,n,max,incr,num = 0; struct iguana_bundle *bp;
incr = IGUANA_NUMHELPERS; incr = IGUANA_NUMHELPERS;
if ( 0 && coin->PREFETCHLAG > 0 ) if ( coin->PREFETCHLAG > 0 )
{ {
if ( helperid != 0 ) if ( helperid != 0 )
return(0); return(0);
@ -396,7 +396,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
} }
while ( (n= iguana_utxofinished(coin)) < max ) while ( (n= iguana_utxofinished(coin)) < max )
{ {
printf("helperid.%d utxofinished.%d vs %d\n",helperid,n,max); //printf("helperid.%d utxofinished.%d vs %d\n",helperid,n,max);
sleep(3); sleep(3);
} }
if ( convertflag == 0 ) if ( convertflag == 0 )

Loading…
Cancel
Save