From 3ae93101d7430f661f54d33b00c28a318e33e765 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 7 Apr 2016 23:55:56 -0500 Subject: [PATCH] test --- iguana/iguana777.c | 2 ++ iguana/iguana_unspents.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 8f507eb88..7a87880f7 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -377,6 +377,8 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert } if ( helperid == 0 ) { + for (hdrsi=0; hdrsibundles[hdrsi]->converted = (uint32_t)time(NULL); while ( convertflag == 0 && (n= iguana_convertfinished(coin)) < max ) { printf("helperid.%d convertfinished.%d vs max %d bundlescount.%d\n",helperid,n,max,coin->bundlescount); diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index f41bb1f46..31e51217a 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1548,7 +1548,7 @@ int32_t iguana_spendvectorconvs(struct iguana_info *coin,struct iguana_bundle *s struct iguana_bundle *bp; int16_t spent_hdrsi; uint32_t numpkinds; struct iguana_unspent *spentU; struct iguana_spendvector *vec; int32_t i,converted,j,n = coin->bundlescount; struct iguana_ramchain *ramchain; if ( spentbp->converted != 0 ) { - printf("[%d] already converted.%u\n",spentbp->hdrsi,spentbp->converted); + //printf("[%d] already converted.%u\n",spentbp->hdrsi,spentbp->converted); return(-1); } spentbp->converted = 1;