From 38691497829e49b94388c481f00c2479383f8319 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 Mar 2016 01:03:44 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 6fc754134..1186de036 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1105,7 +1105,7 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) hash2 = bp->speculative[j]; if ( bits256_nonz(hash2) == 0 ) continue; - if ( (rand() % 100) == 0 || now > bp->issued[j]+30 )//|| bp->numcached >= bp->n-2 ) + if ( now > bp->issued[j]+30 )//|| bp->numcached >= bp->n-2 ) { fprintf(stderr,"-[%d:%d] ",bp->hdrsi,j); struct iguana_peer *addr; int32_t r;