From 50a8c24d5d16475b4859a16425fe781217f8dc9f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 22 Mar 2016 05:47:04 -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 b8c3036b8..75eed979e 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -494,7 +494,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int { for (i=0; i threshold && (addr= coin->peers.ranked[i]) != 0 && now > bp->currenttime+lag ) + if ( peercounts[i] > threshold && (addr= coin->peers.ranked[i]) != 0 && now > bp->currenttime+lag && addr->dead == 0 ) { if ( numpeers > 64 || addr->laggard++ > 3 ) addr->dead = (uint32_t)time(NULL);