Allow making outbound connections in asyncore
This commit is contained in:
parent
d635e515b9
commit
bafdd6a93a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user