Skip to content

Commit d43f4b9

Browse files
f edit doc and add todo
1 parent db3f768 commit d43f4b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/util/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,11 @@ pub struct ChannelConfig {
403403
/// Usage:
404404
/// - The payee will set this option and set its invoice route hints to use [`intercept scids`]
405405
/// generated by this channel's counterparty.
406-
/// - If this fee is being taken by a liquidity provider for a just-in-time channel, payees MUST
407-
/// disable MPP in their invoices unless they have a way to let their counterparty know when all
408-
/// MPP parts have been aggregated. Otherwise, excess channels may be opened for each MPP part.
409406
/// - The counterparty will get an [`HTLCIntercepted`] event upon payment forward, and call
410407
/// [`forward_intercepted_htlc`] with less than the amount provided in
411408
/// [`HTLCIntercepted::expected_outbound_amount_msat`]. The difference between the expected and
412409
/// actual forward amounts is their fee.
410+
// TODO: link to LSP JIT channel invoice generation spec when it's merged
413411
///
414412
/// # Note
415413
/// It's important for payee wallet software to verify that [`PaymentClaimable::amount_msat`] is

0 commit comments

Comments
 (0)