mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Add 'timed out' to list of transient errors.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user