Skip to content

Commit

Permalink
doc: change PaymentPreimage to PaymentSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirfomene committed Jan 23, 2024
1 parent 4bab9c8 commit ff7c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7832,7 +7832,7 @@ where
/// to pay us.
///
/// This differs from [`create_inbound_payment_for_hash`] only in that it generates the
/// [`PaymentHash`] and [`PaymentPreimage`] for you.
/// [`PaymentHash`] and [`PaymentSecret`] for you.
///
/// The [`PaymentPreimage`] will ultimately be returned to you in the [`PaymentClaimable`], which
/// will have the [`PaymentClaimable::purpose`] be [`PaymentPurpose::InvoicePayment`] with
Expand Down

0 comments on commit ff7c39b

Please sign in to comment.