Add request-sent to transient errors list.

2024-05-20_merge
tecnovert 11 months ago
parent 14577f7741
commit 7c0ea36e37
  1. 2
      basicswap/chainparams.py

@ -467,4 +467,6 @@ class CoinInterface:
return True
if 'timed out' in str_error:
return True
if 'request-sent' in str_error:
return True
return False

Loading…
Cancel
Save