mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-29 03:02:13 +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",
|
||||
"std::bad_alloc",
|
||||
"basic_string::_M_replace_aux",
|
||||
"input stream error",
|
||||
)
|
||||
):
|
||||
self._log.error(f"{self.coin_name()} wallet is corrupt.")
|
||||
|
||||
Reference in New Issue
Block a user