mirror of
https://github.com/basicswap/basicswap.git
synced 2025-02-02 03:06:30 +00:00
coins: Add 'daemon is busy' to transient errors list.
This commit is contained in:
parent
d2b05fd57e
commit
0f8ed24217
1 changed files with 2 additions and 0 deletions
|
@ -266,4 +266,6 @@ class CoinInterface:
|
|||
return True
|
||||
if 'invalid unlocked_balance' in str_error:
|
||||
return True
|
||||
if 'daemon is busy' in str_error:
|
||||
return True
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue