From 0edd645ba88af59b06965805cde2e28dbc89cfc4 Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Tue, 7 Nov 2023 15:14:27 -0500 Subject: [PATCH] Link to LSP spec in accept_underpaying_htlcs config --- lightning/src/util/config.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lightning/src/util/config.rs b/lightning/src/util/config.rs index ef4111e4f..13284113d 100644 --- a/lightning/src/util/config.rs +++ b/lightning/src/util/config.rs @@ -462,8 +462,9 @@ pub struct ChannelConfig { /// - The counterparty will get an [`HTLCIntercepted`] event upon payment forward, and call /// [`forward_intercepted_htlc`] with less than the amount provided in /// [`HTLCIntercepted::expected_outbound_amount_msat`]. The difference between the expected and - /// actual forward amounts is their fee. - // TODO: link to LSP JIT channel invoice generation spec when it's merged + /// actual forward amounts is their fee. See + /// + /// for how this feature may be used in the LSP use case. /// /// # Note /// It's important for payee wallet software to verify that [`PaymentClaimable::amount_msat`] is -- 2.39.5