electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6cc3480356ff61e5687b20fde0a3d8d3616f7295
parent 16554afa1b62c0ea5d759add7bdb640a0a059f95
Author: ThomasV <thomasv@electrum.org>
Date:   Fri,  5 Mar 2021 10:23:00 +0100

follow-up prev commit

Diffstat:
Melectrum/lnpeer.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py @@ -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