We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02889 commit 23c39acCopy full SHA for 23c39ac
lightning/src/ln/onion_payment.rs
@@ -180,8 +180,8 @@ pub(super) fn create_recv_pending_htlc_info(
180
})
181
}
182
183
-/// Peel one layer off an incoming onion, returning a [`PendingHTLCInfo`] which provides details on
184
-/// where the sender intended the HTLC to go.
+/// Peel one layer off an incoming onion, returning a [`PendingHTLCInfo`] that contains information
+/// about the intended next-hop for the HTLC.
185
///
186
/// This does all the relevant context-free checks that LDK requires for payment relay or
187
/// acceptance. If the payment is to be received, and the amount matches the expected amount for
0 commit comments