URI: 
       tfollow-up previous commit (variable name) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b2be29b508deb310631cacfb51bb1561bce75ff9
   DIR parent ad91257729dc67cc8813d18ee8f1464c5571d72e
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon, 11 Jan 2021 15:51:52 +0100
       
       follow-up previous commit (variable name)
       
       Diffstat:
         M electrum/lnworker.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py
       t@@ -1015,7 +1015,7 @@ class LNWallet(LNWorker):
                            except IndexError:
                                self.logger.info("payment destination reported error")
                            else:
       -                        self.logger.info(f'blacklisting channel {short_channel_id}')
       +                        self.logger.info(f'blacklisting channel {short_chan_id}')
                                self.network.channel_blacklist.add(short_chan_id)
                    else:
                        # probably got "update_fail_malformed_htlc". well... who to penalise now?