Browse Source

unneeded

master
thomasv 14 years ago
parent
commit
524d913bba
  1. 1
      gui_qt.py

1
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)] ) )

Loading…
Cancel
Save