URI: 
       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 fe4ca4c466e69e7f81d2c56405f3754c3e26077f
   DIR parent c9e39d3a794b69b4666452a599915cb1a7d35130
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 18 Feb 2020 20:06:35 +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@@ -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)