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"