t(minor) fix log - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8ff1921c0d20f4bd70f86951f1834e1f3b67f9a0 DIR parent 7908f4b203a64b84ed00dfe04c98efc6cf0015d2 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 24 Feb 2020 13:23:11 +0100 (minor) fix log Diffstat: M electrum/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py t@@ -668,7 +668,7 @@ class LNWallet(LNWorker): if spender_txid != funding_txid: tx_mined_height = self.wallet.get_tx_height(spender_txid) if tx_mined_height.conf > 6: - self.logger.info(f'channel is double spent {inputs}, {ds}') + self.logger.info(f'channel is double spent {inputs}') # set to REDEEMED so that it can be removed manually chan.set_state(channel_states.REDEEMED) break