mirror of
https://github.com/basicswap/basicswap.git
synced 2025-03-12 09:38:03 +00:00
Add 'timed out' to list of transient errors.
This commit is contained in:
parent
3d3fcbde0b
commit
5bec1c31da
1 changed files with 2 additions and 0 deletions
|
@ -464,4 +464,6 @@ class CoinInterface:
|
|||
return True
|
||||
if 'daemon is busy' in str_error:
|
||||
return True
|
||||
if 'timed out' in str_error:
|
||||
+ return True
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue