diff --git a/electrum/submarine_swaps.py b/electrum/submarine_swaps.py index 8f0ec388b..967abe0b8 100644 --- a/electrum/submarine_swaps.py +++ b/electrum/submarine_swaps.py @@ -341,7 +341,8 @@ class SwapManager(Logger): if sha256(preimage) == swap.payment_hash: return preimage - def _claim_swap(self, swap: SwapData) -> None: + @log_exceptions + async def _claim_swap(self, swap: SwapData) -> None: assert self.network assert self.lnwatcher if not self.lnwatcher.adb.is_up_to_date():