From bafdd6a93ac3e581c2be0065d3b36348fedf2fe3 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 24 May 2017 16:54:33 +0200 Subject: [PATCH] Allow making outbound connections in asyncore --- src/network/connectionpool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network/connectionpool.py b/src/network/connectionpool.py index e79f033c..7036e7cf 100644 --- a/src/network/connectionpool.py +++ b/src/network/connectionpool.py @@ -99,7 +99,6 @@ class BMConnectionPool(object): ".onion" not in BMConfigParser().get('bitmessagesettings', 'onionhostname')): acceptConnections = False - spawnConnections = False if spawnConnections: if not self.bootstrapped: print "bootstrapping dns"