tfollow-up previous commit - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 43d9e0460e858fa668c9d4cf46ab956865bacb4e
DIR parent 8aa4ce0704568ed98d69f316f2e737958c089137
HTML Author: ThomasV <thomasv@electrum.org>
Date: Thu, 28 Feb 2019 18:29:07 +0100
follow-up previous commit
Diffstat:
M electrum/lnwatcher.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py
t@@ -174,7 +174,7 @@ class LNWatcher(AddressSynchronizer):
self.channel_status[outpoint] = 'closed (%d)' % self.get_tx_height(txid).conf
self.print_error('keep watching because spending tx is not deep')
else:
- self.channel_status[funding_outpoint] = 'closed (deep)'
+ self.channel_status[outpoint] = 'closed (deep)'
tx = self.transactions[txid]
for i, o in enumerate(tx.outputs()):