mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Ensure remote_daemon_urls appears in settings if automatically_select_daemon is present.
This commit is contained in:
@@ -149,6 +149,8 @@ def runClient(fp, data_dir, chain, start_only_coins):
|
||||
# Ensure daemons are stopped
|
||||
swap_client.stopDaemons()
|
||||
|
||||
# Settings may have been modified
|
||||
settings = swap_client.settings
|
||||
try:
|
||||
# Try start daemons
|
||||
for c, v in settings['chainclients'].items():
|
||||
|
||||
Reference in New Issue
Block a user