follow-up previous commit
This commit is contained in:
@@ -336,7 +336,7 @@ class LNWalletWatcher(LNWatcher):
|
|||||||
if not chan:
|
if not chan:
|
||||||
return
|
return
|
||||||
if funding_height.height == TX_HEIGHT_LOCAL:
|
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
|
return
|
||||||
elif closing_height.height == TX_HEIGHT_LOCAL:
|
elif closing_height.height == TX_HEIGHT_LOCAL:
|
||||||
await self.lnworker.update_open_channel(chan, funding_txid, funding_height)
|
await self.lnworker.update_open_channel(chan, funding_txid, funding_height)
|
||||||
|
|||||||
Reference in New Issue
Block a user