Browse Source

follow-up prev commit

patch-4
ThomasV 4 years ago
parent
commit
6cc3480356
  1. 4
      electrum/lnpeer.py

4
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

Loading…
Cancel
Save