mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Add request-sent to transient errors list.
This commit is contained in:
parent
14577f7741
commit
7c0ea36e37
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue