Ensure remote_daemon_urls appears in settings if automatically_select_daemon is present.

This commit is contained in:
tecnovert
2024-02-22 01:44:25 +02:00
parent b0d169421f
commit a78880bc98
3 changed files with 31 additions and 19 deletions

View File

@@ -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():