From 8025d81ec062ab9fc4fa373e45f9c7427fe9752b Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 13 Oct 2017 12:38:19 +0200 Subject: [PATCH] fix #3035 --- lib/network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/network.py b/lib/network.py index 53874718..ae8e285a 100644 --- a/lib/network.py +++ b/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)