Skip to content

Commit 23c39ac

Browse files
committed
f that contains information rather than provides details on
1 parent be02889 commit 23c39ac

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
@@ -180,8 +180,8 @@ pub(super) fn create_recv_pending_htlc_info(
180180
})
181181
}
182182

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

0 commit comments

Comments
 (0)