diff --git a/gui_qt.py b/gui_qt.py index f8e3c6ed..8e9f1f3d 100644 --- a/gui_qt.py +++ b/gui_qt.py @@ -922,7 +922,6 @@ class ElectrumWindow(QMainWindow): if not wallet.interface.servers: servers_list = [] - from interface import DEFAULT_SERVERS for x in DEFAULT_SERVERS: h,port,protocol = x.split(':') servers_list.append( (h,[(protocol,port)] ) )