Skip to content

Commit 0566483

Browse files
committed
f that contains information rather than provides details on
1 parent 7ef52c3 commit 0566483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/onion_payment.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ pub(super) fn create_recv_pending_htlc_info(
226226
})
227227
}
228228

229-
/// Peel one layer off an incoming onion, returning a [`PendingHTLCInfo`] which provides details on
230-
/// where the sender intended the HTLC to go.
229+
/// Peel one layer off an incoming onion, returning a [`PendingHTLCInfo`] that contains information
230+
/// about the intended next-hop for the HTLC.
231231
///
232232
/// This does all the relevant context-free checks that LDK requires for payment relay or
233233
/// acceptance. If the payment is to be received, and the amount matches the expected amount for

0 commit comments

Comments
 (0)