From 08cd0683e7b1b167bf0be6be42f062fad65c7eee Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 18 Apr 2016 22:55:30 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index ca153eb84..6a0643995 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -988,7 +988,7 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp,st } for (k=0; kcurrent && (spendind % 5000000) == 2000000 ) printf("[%-3d:%4d] spendvectors elapsed t.%-3d spendind.%d\n",bp->hdrsi,i,(uint32_t)time(NULL)-starttime,spendind); u = 0; s = &S[spendind]; @@ -1047,7 +1047,7 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp,st ptr[emit].unspentind = spent_unspentind; ptr[emit].fromheight = bp->bundleheight + i; ptr[emit].tmpflag = 1; - if ( 0 && bp == coin->current ) + if ( 1 && bp == coin->current ) printf("ht.%d spends [%d] TMPVECTOR u%d\n",ptr[emit].fromheight,ptr[emit].hdrsi,ptr[emit].unspentind); emit++; } @@ -1649,7 +1649,7 @@ int32_t iguana_spendvectorconvs(struct iguana_info *coin,struct iguana_bundle *s //printf("iguana_spendvectorconvs: [%d] null bp.%p\n",i,bp); } } - //spentbp->converted = (uint32_t)time(NULL); + spentbp->converted = (uint32_t)time(NULL); //printf("spendvectorconvs.[%d] converted.%d\n",refbp->hdrsi,converted); return(converted); }