From f96c571bda818da0f3c0865192b0573625474812 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 8 Apr 2016 15:41:23 -0500 Subject: [PATCH] test --- iguana/iguana_bundles.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 2e6bfcb61..35d4b524e 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1103,15 +1103,10 @@ void iguana_bundlestats(struct iguana_info *coin,char *str,int32_t lag) tmp = (difft.millis * 1000000); tmp %= 1000000000; difft.millis = ((double)tmp / 1000000.); - if ( firstgap != coin->current && firstgap != 0 && coin->PREFETCHLAG < 0 ) + if ( firstgap != coin->current && firstgap != 0 )//&& coin->PREFETCHLAG < 0 ) { - for (i=0; in; i++) - if ( (block= firstgap->blocks[i]) != 0 && block->txvalid == 0 ) - { - block->issued = 0; - bp->issued[i] = 0; - iguana_blockQ("newfirst",coin,firstgap,i,block->RO.hash2,1); - } + printf("new 1st.%d\n",firstgap->hdrsi); + iguana_bundleissuemissing(coin,firstgap,3,1.); } if ( (coin->current= firstgap) == 0 ) {