diff --git a/lib/network.py b/lib/network.py index 08a366a3..42852ed8 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)