From 8b09733d374d9b51e459c3df47194108518ceb68 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Mar 2016 21:52:11 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 082b21701..c892d24df 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -475,11 +475,8 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) { if ( firstgap == 0 ) firstgap = lastpending = bp; - else if ( ++pending == coin->MAXPENDING ) - { + else if ( ++pending == coin->MAXBUNDLES ) lastpending = bp; - printf("pending.%d == MAX.%d hdrsi.%d\n",pending,coin->MAXPENDING,bp->hdrsi); - } sortbuf[m*2] = bp->metric; sortbuf[m*2 + 1] = i; m++;