From 3596075a4494fe17fb9e49e453f1fc3ac28e7ec7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 22 Apr 2016 22:50:38 -0500 Subject: [PATCH] test --- iguana/iguana777.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 70a240d91..dad097948 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -467,12 +467,15 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert sleep(3); } else printf("skip flush when max.%d and orig.%d\n",max,coin->origbalanceswritten); } - for (i=0; ibundles[i]) != 0 ) - { - iguana_volatilespurge(coin,&bp->ramchain); - iguana_volatilesmap(coin,&bp->ramchain); - } + if ( 0 ) + { + for (i=0; ibundles[i]) != 0 ) + { + iguana_volatilespurge(coin,&bp->ramchain); + iguana_volatilesmap(coin,&bp->ramchain); + } + } } //printf("helper.%d check validates\n",helperid); incr = IGUANA_NUMHELPERS;