mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
doc: Update help text.
This commit is contained in:
@@ -1391,7 +1391,7 @@ def main():
|
|||||||
if check_sig:
|
if check_sig:
|
||||||
check_btc_fastsync_data(data_dir, sync_file_path)
|
check_btc_fastsync_data(data_dir, sync_file_path)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f'Failed to download BTC fastsync file: {e}\nTry manually downloading from {sync_file_url}')
|
logger.error(f'Failed to download BTC fastsync file: {e}\nRe-running the command should resume the download or try manually downloading from {sync_file_url}')
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
withchainclients = {}
|
withchainclients = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user