From ad41f4aed01a8848ce9139f22f84a433c3b7c3cc Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 7 Apr 2022 19:50:30 +0200 Subject: [PATCH] trampoline legacy mpp: link to eclair issue --- electrum/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/lnworker.py b/electrum/lnworker.py index 8a6c3aba1..5b934f449 100644 --- a/electrum/lnworker.py +++ b/electrum/lnworker.py @@ -1553,7 +1553,7 @@ class LNWallet(LNWorker): 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,