Skip to content

Commit f96fa30

Browse files
committed
fix doc link
1 parent 31c8f7c commit f96fa30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channelmanager_utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ pub(super) fn create_recv_pending_htlc_info(
184184
/// acceptance. If the payment is to be received, and the amount matches the expected amount for
185185
/// a given invoice, this indicates the [`msgs::UpdateAddHTLC`], once fully committed in the
186186
/// channel, will generate an [`Event::PaymentClaimable`].
187+
///
188+
/// [`Event::PaymentClaimable`]: crate::events::Event::PaymentClaimable
187189
pub fn peel_payment_onion<NS: Deref, L: Deref, T: secp256k1::Verification>(
188190
msg: &msgs::UpdateAddHTLC, node_signer: &NS, logger: &L, secp_ctx: &Secp256k1<T>,
189191
cur_height: u32, accept_mpp_keysend: bool,

0 commit comments

Comments
 (0)