fix: set_port
This commit is contained in:
@@ -276,7 +276,7 @@ def run_settings_dialog(wallet, is_create, is_recovery, parent):
|
|||||||
|
|
||||||
if is_create:
|
if is_create:
|
||||||
wallet.interface.host = host
|
wallet.interface.host = host
|
||||||
wallet.interface.port = port
|
wallet.interface.set_port( port )
|
||||||
if is_recovery:
|
if is_recovery:
|
||||||
wallet.seed = seed
|
wallet.seed = seed
|
||||||
wallet.gap_limit = gap
|
wallet.gap_limit = gap
|
||||||
|
|||||||
Reference in New Issue
Block a user