mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-08 03:39:26 +00:00
wownero: revert output distribution err
This commit is contained in:
parent
6d66ee8653
commit
d88f5728a4
1 changed files with 3 additions and 3 deletions
|
@ -77,9 +77,9 @@ class XMRInterface(CoinInterface):
|
|||
return 1604
|
||||
|
||||
def is_transient_error(self, ex) -> bool:
|
||||
str_error: str = str(ex).lower()
|
||||
if "failed to get output distribution" in str_error:
|
||||
return True
|
||||
# str_error: str = str(ex).lower()
|
||||
# if "failed to get output distribution" in str_error:
|
||||
# return True
|
||||
return super().is_transient_error(ex)
|
||||
|
||||
def __init__(self, coin_settings, network, swap_client=None):
|
||||
|
|
Loading…
Reference in a new issue