URI: 
       tfollow-up prev commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6cc3480356ff61e5687b20fde0a3d8d3616f7295
   DIR parent 16554afa1b62c0ea5d759add7bdb640a0a059f95
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  5 Mar 2021 10:23:00 +0100
       
       follow-up prev commit
       
       Diffstat:
         M electrum/lnpeer.py                  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py
       t@@ -1452,8 +1452,8 @@ class Peer(Logger):
                            t_tags=[],
                            invoice_features=invoice_features,
                            fwd_trampoline_onion=next_trampoline_onion,
       -                    trampoline_fee=trampoline_fee,
       -                    trampoline_cltv_delta=trampoline_cltv_delta,
       +                    fwd_trampoline_fee=trampoline_fee,
       +                    fwd_trampoline_cltv_delta=trampoline_cltv_delta,
                            attempts=1)
                    except OnionRoutingFailure as e:
                        # FIXME: cannot use payment_hash as key