diff --git a/iguana/confs/BTC_peers.txt b/iguana/confs/BTC_peers.txt index 78036c35e..3dfaf9bac 100644 --- a/iguana/confs/BTC_peers.txt +++ b/iguana/confs/BTC_peers.txt @@ -11,7 +11,7 @@ 78.46.238.87 128.199.50.89 85.25.196.59 -217.79.191.72 +217.79.191.72 95.128.48.209 136.243.23.208 5.9.28.10 diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index ab2154309..f8130576c 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -551,7 +551,8 @@ int32_t iguana_bundleissuemissing(struct iguana_info *coin,struct iguana_bundle } if ( firsti >= 0 ) //firsti == lasti && { - printf("[%d] first missing.%d of %d\n",bp->hdrsi,firsti,nonz); + if( bp == coin->current ) + printf("[%d] first missing.%d of %d\n",bp->hdrsi,firsti,nonz); iguana_bundleblock(coin,&hash2,bp,firsti); if ( bits256_nonz(hash2) != 0 ) {