From 1236531e60fa46405f9ac5146f3070b4137e7713 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 3 Apr 2016 20:29:02 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index d201d8c11..97ee3c05a 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1753,6 +1753,7 @@ int32_t iguana_balancecalc(struct iguana_info *coin,struct iguana_bundle *bp,int if ( i == coin->bundlescount-1 && bp->tmpspends != 0 && bp->ramchain.H.data != 0 && (n= bp->ramchain.H.data->numspends) != 0 && bp->converted == 0 ) { double startmillis = OS_milliseconds(); + printf("start conversion.[%d]\n",bp->hdrsi); if ( (converted= iguana_spendvectorconvs(coin,bp)) < 0 ) printf("error ram balancecalc.[%d]\n",bp->hdrsi); else