fix: set_port

This commit is contained in:
thomasv 2012-01-11 18:06:37 +01:00
parent 9500eae846
commit e13ae1e67b
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ def run_settings_dialog(wallet, is_create, is_recovery, parent):
if is_create:
wallet.interface.host = host
wallet.interface.port = port
wallet.interface.set_port( port )
if is_recovery:
wallet.seed = seed
wallet.gap_limit = gap