From 33eb703294222061b36021a61ea1ce36080eea7d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 27 Jul 2016 08:54:23 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index fae71b55f..b589d7ccf 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -370,7 +370,7 @@ int32_t iguana_helperA(struct supernet_info *myinfo,struct iguana_info *coin,str printf("iguana_helperA unexpected null bp\n"); return(-1); } - //printf("validate incr.%d and gen utxo.[%d] utxofinish.%u Xspends.%p\n",incr,hdrsi,bp->utxofinish,bp->ramchain.Xspendinds); + printf("validate gen utxo.[%d] utxofinish.%u\n",bp->hdrsi,bp->utxofinish); if ( strcmp("BTC",coin->symbol) == 0 || iguana_bundlevalidate(coin,bp,0) == bp->n ) // { retval = 0; @@ -459,7 +459,8 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int return(0); } printf("helperid.%d start utxogen\n",helperid); - incr = IGUANA_NUMHELPERS; + if ( (incr= IGUANA_NUMHELPERS) > 4 ) + incr = 4; //if ( 1 || coin->PREFETCHLAG > 0 ) // data issues on slow systems // incr = 1; max = coin->bundlescount;