X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fconfig.rs;h=13284113d2ca03469166bf959ba6607d66aaef4c;hb=c558ccd6a92fa9034929769f55e65bf9c1336abd;hp=ef4111e4f82f744385fa345c610f5249b10b2d1a;hpb=6e40e5f18a8b6cde673e1ea80c2a2113d5c80483;p=rust-lightning diff --git a/lightning/src/util/config.rs b/lightning/src/util/config.rs index ef4111e4..13284113 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