From a2fa2ff9deeaac9a3fea80b6555837b00810f9ad Mon Sep 17 00:00:00 2001 From: tecnovert Date: Wed, 11 Jan 2023 23:06:05 +0200 Subject: [PATCH] doc: Update help text. --- bin/basicswap_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 5bf0af5..dfdf3fa 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -1391,7 +1391,7 @@ def main(): if check_sig: check_btc_fastsync_data(data_dir, sync_file_path) 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 withchainclients = {}