Skip to content

Commit

Permalink
trampoline legacy mpp: link to eclair issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Apr 7, 2022
1 parent ea21ae3 commit ad41f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/lnworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ async def create_routes_for_payment(

if not self.channel_db:
# in the case of a legacy payment, we don't allow splitting via different
# trampoline nodes, as currently no forwarder supports this
# trampoline nodes, because of https://github.com/ACINQ/eclair/issues/2127
use_single_node, _ = is_legacy_relay(invoice_features, r_tags)
split_configurations = suggest_splits(
amount_msat,
Expand Down

0 comments on commit ad41f4a

Please sign in to comment.