File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -462,8 +462,9 @@ pub struct ChannelConfig {
462
462
/// - The counterparty will get an [`HTLCIntercepted`] event upon payment forward, and call
463
463
/// [`forward_intercepted_htlc`] with less than the amount provided in
464
464
/// [`HTLCIntercepted::expected_outbound_amount_msat`]. The difference between the expected and
465
- /// actual forward amounts is their fee.
466
- // TODO: link to LSP JIT channel invoice generation spec when it's merged
465
+ /// actual forward amounts is their fee. See
466
+ /// <https://github.com/BitcoinAndLightningLayerSpecs/lsp/tree/main/LSPS2#flow-lsp-trusts-client-model>
467
+ /// for how this feature may be used in the LSP use case.
467
468
///
468
469
/// # Note
469
470
/// 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