commit 938d918e55767195ce039158b4d7337e72a8e448
parent 3264d19c6b92bc199b3589227f94e0092997ff95
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 22 Feb 2020 09:27:34 +0100
sweep_ctx: do not log if channel was not force closed
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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):