Browse Source

Merge branch 'master' of github.com:spesmilo/electrum

seed_v14
ThomasV 7 years ago
parent
commit
319a31e64c
  1. 1
      lib/network.py

1
lib/network.py

@ -988,6 +988,7 @@ class Network(util.DaemonThread):
if b:
interface.blockchain = b
self.switch_lagging_interface()
self.notify('updated')
self.notify('interfaces')
return
b = blockchain.can_connect(header)

Loading…
Cancel
Save