mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
follow-up previous commit
This commit is contained in:
parent
c9e39d3a79
commit
fe4ca4c466
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class LNWalletWatcher(LNWatcher):
|
|||
if not chan:
|
||||
return
|
||||
if funding_height.height == TX_HEIGHT_LOCAL:
|
||||
self.lnworker.channel_timestamps.pop(bh2u(chan.channel_id))
|
||||
self.lnworker.channel_timestamps.pop(bh2u(chan.channel_id), None)
|
||||
return
|
||||
elif closing_height.height == TX_HEIGHT_LOCAL:
|
||||
await self.lnworker.update_open_channel(chan, funding_txid, funding_height)
|
||||
|
|
Loading…
Add table
Reference in a new issue