unneeded
This commit is contained in:
@@ -922,7 +922,6 @@ class ElectrumWindow(QMainWindow):
|
|||||||
|
|
||||||
if not wallet.interface.servers:
|
if not wallet.interface.servers:
|
||||||
servers_list = []
|
servers_list = []
|
||||||
from interface import DEFAULT_SERVERS
|
|
||||||
for x in DEFAULT_SERVERS:
|
for x in DEFAULT_SERVERS:
|
||||||
h,port,protocol = x.split(':')
|
h,port,protocol = x.split(':')
|
||||||
servers_list.append( (h,[(protocol,port)] ) )
|
servers_list.append( (h,[(protocol,port)] ) )
|
||||||
|
|||||||
Reference in New Issue
Block a user