xmr: add "input stream error" to corrupt wallet errors

This commit is contained in:
nahuhh
2026-04-25 10:02:16 +00:00
parent a8d953d8e0
commit b8f41b26c0
+1
View File
@@ -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.")