Browse Source

fix start_network

3.3.3.1
ThomasV 7 years ago
committed by SomberNight
parent
commit
5117a520ae
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/network.py

1
electrum/network.py

@ -442,6 +442,7 @@ class Network(PrintError):
self.disconnected_servers = set([]) # note: needs self.interface_lock self.disconnected_servers = set([]) # note: needs self.interface_lock
self.protocol = protocol self.protocol = protocol
self.set_proxy(proxy) self.set_proxy(proxy)
self.start_interface(self.default_server)
@with_interface_lock @with_interface_lock
def stop_network(self): def stop_network(self):

Loading…
Cancel
Save