From ae56a1017ce16a193a7c7c8d0c5346f2c8b93693 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 17 Apr 2016 11:50:43 -0500 Subject: [PATCH] test --- iguana/iguana777.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 781cd18ac..ebfdd8b03 100755 --- a/iguana/iguana777.c +++ b/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; incr = IGUANA_NUMHELPERS; - if ( 0 && coin->PREFETCHLAG > 0 ) + if ( coin->PREFETCHLAG > 0 ) { if ( helperid != 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 ) { - printf("helperid.%d utxofinished.%d vs %d\n",helperid,n,max); + //printf("helperid.%d utxofinished.%d vs %d\n",helperid,n,max); sleep(3); } if ( convertflag == 0 )