From 552300dc893205024773339ee5f4afa1f1bd8641 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 29 Sep 2022 12:13:22 +0200 Subject: [PATCH] follow-up previous commit --- electrum/trampoline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/trampoline.py b/electrum/trampoline.py index 75c690319..2f9d24e87 100644 --- a/electrum/trampoline.py +++ b/electrum/trampoline.py @@ -102,7 +102,7 @@ def is_legacy_relay(invoice_features, r_tags) -> Tuple[bool, List[bytes]]: """ invoice_features = LnFeatures(invoice_features) # trampoline-supporting wallets: - if invoice_features.supports(LnFeatures.OPTION_TRAMPOLINE_ROUTING_OPT: + if invoice_features.supports(LnFeatures.OPTION_TRAMPOLINE_ROUTING_OPT): # If there are no r_tags (routing hints) included, the wallet doesn't have # private channels and is probably directly connected to a trampoline node. # Any trampoline node should be able to figure out a path to the receiver and