1
0

Merge pull request #3036 from SomberNight/gui_status_stuck_in_sync

Unstuck GUI from "synchronizing..."
This commit is contained in:
ThomasV
2017-10-13 12:40:14 +02:00
committed by GitHub

View File

@@ -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)