tsweep_ctx: do not log if channel was not force closed - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 938d918e55767195ce039158b4d7337e72a8e448
 (DIR) parent 3264d19c6b92bc199b3589227f94e0092997ff95
 (HTM) 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:
         M electrum/lnchannel.py               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py
       t@@ -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):