Add 'timed out' to list of transient errors.

2024-05-20_merge
tecnovert 1 year ago
parent 3d3fcbde0b
commit 5bec1c31da
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
  1. 2
      basicswap/chainparams.py

@ -464,4 +464,6 @@ class CoinInterface:
return True return True
if 'daemon is busy' in str_error: if 'daemon is busy' in str_error:
return True return True
if 'timed out' in str_error:
+ return True
return False return False

Loading…
Cancel
Save