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

@@ -345,7 +345,7 @@ def run_network_dialog( wallet, parent ):
show_message("error")
return False
wallet.interface.set_server(host, port)
wallet.set_server(host, port)
if parent:
wallet.save()
return True