mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up previous commit
This commit is contained in:
parent
8aa4ce0704
commit
43d9e0460e
1 changed files with 1 additions and 1 deletions
|
@ -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()):
|
||||
|
|
Loading…
Add table
Reference in a new issue