mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Add request-sent to transient errors list.
This commit is contained in:
@@ -467,4 +467,6 @@ class CoinInterface:
|
|||||||
return True
|
return True
|
||||||
if 'timed out' in str_error:
|
if 'timed out' in str_error:
|
||||||
return True
|
return True
|
||||||
|
if 'request-sent' in str_error:
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user