mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-29 11:12:12 +02:00
Merge pull request #452 from nahuhh/corrupt_xmr
xmr: add "input stream error" to corrupt wallet errors
This commit is contained in:
@@ -228,6 +228,7 @@ class XMRInterface(CoinInterface):
|
|||||||
"invalid signature",
|
"invalid signature",
|
||||||
"std::bad_alloc",
|
"std::bad_alloc",
|
||||||
"basic_string::_M_replace_aux",
|
"basic_string::_M_replace_aux",
|
||||||
|
"input stream error",
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
self._log.error(f"{self.coin_name()} wallet is corrupt.")
|
self._log.error(f"{self.coin_name()} wallet is corrupt.")
|
||||||
|
|||||||
Reference in New Issue
Block a user