1
0

allow user to change the port

This commit is contained in:
thomasv
2012-03-14 15:35:39 +01:00
parent db0725bdcd
commit 9fddc3e6ea
4 changed files with 38 additions and 49 deletions

View File

@@ -892,7 +892,7 @@ class ElectrumWindow(QMainWindow):
else:
return
wallet.interface.set_server(host, port)
wallet.set_server(host, port)
return True