File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -403,13 +403,11 @@ pub struct ChannelConfig {
403
403
/// Usage:
404
404
/// - The payee will set this option and set its invoice route hints to use [`intercept scids`]
405
405
/// 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.
409
406
/// - The counterparty will get an [`HTLCIntercepted`] event upon payment forward, and call
410
407
/// [`forward_intercepted_htlc`] with less than the amount provided in
411
408
/// [`HTLCIntercepted::expected_outbound_amount_msat`]. The difference between the expected and
412
409
/// actual forward amounts is their fee.
410
+ // TODO: link to LSP JIT channel invoice generation spec when it's merged
413
411
///
414
412
/// # Note
415
413
/// It's important for payee wallet software to verify that [`PaymentClaimable::amount_msat`] is
You can’t perform that action at this time.
0 commit comments