diff --git a/lightning/src/ln/channelmanager_utils.rs b/lightning/src/ln/channelmanager_utils.rs index 1b5d93ad532..b61c54c6ca1 100644 --- a/lightning/src/ln/channelmanager_utils.rs +++ b/lightning/src/ln/channelmanager_utils.rs @@ -184,6 +184,8 @@ pub(super) fn create_recv_pending_htlc_info( /// acceptance. If the payment is to be received, and the amount matches the expected amount for /// a given invoice, this indicates the [`msgs::UpdateAddHTLC`], once fully committed in the /// channel, will generate an [`Event::PaymentClaimable`]. +/// +/// [`Event::PaymentClaimable`]: crate::events::Event::PaymentClaimable pub fn peel_payment_onion( msg: &msgs::UpdateAddHTLC, node_signer: &NS, logger: &L, secp_ctx: &Secp256k1, cur_height: u32, accept_mpp_keysend: bool,