diff --git a/lib/gui.py b/lib/gui.py index 462aca83..13c43d53 100644 --- a/lib/gui.py +++ b/lib/gui.py @@ -1308,3 +1308,6 @@ class ElectrumGui(): def restore_or_create(self): return restore_create_dialog(self.wallet) + + def server_list_changed(self): + pass