ThomasV
6 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/lnwatcher.py
|
|
@ -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()): |
|
|
|