Skip to content

Commit

Permalink
f that contains information rather than provides details on
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Dec 5, 2023
1 parent 7ef52c3 commit 0566483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/onion_payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ pub(super) fn create_recv_pending_htlc_info(
})
}

/// Peel one layer off an incoming onion, returning a [`PendingHTLCInfo`] which provides details on
/// 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.
///
/// This does all the relevant context-free checks that LDK requires for payment relay or
/// acceptance. If the payment is to be received, and the amount matches the expected amount for
Expand Down

0 comments on commit 0566483

Please sign in to comment.