Add 'timed out' to list of transient errors.
This commit is contained in:
parent
3d3fcbde0b
commit
5bec1c31da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user