Browse Source

Merge pull request #3036 from SomberNight/gui_status_stuck_in_sync

Unstuck GUI from "synchronizing..."
seed_v14
ThomasV 7 years ago
committed by GitHub
parent
commit
1672bb1ffa
  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