From 40964a8efe5962406fb26b3af84e62fdeb38cde7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Sep 2016 05:54:59 -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 f2d97bfca..6ed6b43cb 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -676,7 +676,7 @@ int32_t iguana_bundleissuemissing(struct supernet_info *myinfo,struct iguana_inf iguana_bundleblock(coin,&hash2,bp,i); if ( bits256_nonz(hash2) != 0 ) { - if ( (addr= coin->peers->ranked[rand() % max]) != 0 && addr->usock >= 0 && addr->dead == 0 ) + if ( 0 && (addr= coin->peers->ranked[rand() % max]) != 0 && addr->usock >= 0 && addr->dead == 0 ) { if ( 0 && bp == coin->current ) printf("iguana_bundleissuemissing.[%d:%d]\n",bp->hdrsi,i);