mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
doc: Update help text.
This commit is contained in:
parent
83a077e5b0
commit
a2fa2ff9de
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||||
|
|
Loading…
Reference in a new issue