From 938d918e55767195ce039158b4d7337e72a8e448 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 22 Feb 2020 09:27:34 +0100 Subject: [PATCH] sweep_ctx: do not log if channel was not force closed --- electrum/lnchannel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py index 6bd14ba95..c53f21199 100644 --- a/electrum/lnchannel.py +++ b/electrum/lnchannel.py @@ -852,7 +852,6 @@ class Channel(Logger): self.logger.info(f'they force closed.') else: self.sweep_info[txid] = {} - self.logger.info(f'not sure who closed {ctx}.') return self.sweep_info[txid] def sweep_htlc(self, ctx:Transaction, htlc_tx: Transaction):