From b8f41b26c004ea2e274b600e6b2d788444473254 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:02:16 +0000 Subject: [PATCH] xmr: add "input stream error" to corrupt wallet errors --- basicswap/interface/xmr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/basicswap/interface/xmr.py b/basicswap/interface/xmr.py index 1b34be2..0ce9de2 100644 --- a/basicswap/interface/xmr.py +++ b/basicswap/interface/xmr.py @@ -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.")