Merge pull request #452 from nahuhh/corrupt_xmr

xmr: add "input stream error" to corrupt wallet errors
This commit is contained in:
tecnovert
2026-04-28 17:37:21 +00:00
committed by GitHub
+1
View File
@@ -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.")