Skip to content

Commit d81b3d5

Browse files
committed
f grammar
1 parent 6a0df38 commit d81b3d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ pub enum PaymentSendFailure {
410410
/// BOLT11 or BOLT12 invoice).
411411
#[derive(Clone)]
412412
pub struct RecipientOnionFields {
413-
/// The [`PaymentSecret`] which is an arbitrary 32 bytes provided by the recipient for us to
414-
/// repeat in the onion. It is unrelated to `payment_hash` (or [`PaymentPreimage`]) and exists
415-
/// to authenticate the sender to the recipient and prevent payment-probing (deanonymization)
413+
/// The [`PaymentSecret`] is an arbitrary 32 bytes provided by the recipient for us to repeat
414+
/// in the onion. It is unrelated to `payment_hash` (or [`PaymentPreimage`]) and exists to
415+
/// authenticate the sender to the recipient and prevent payment-probing (deanonymization)
416416
/// attacks.
417417
///
418418
/// If you do not have one, the [`Route`] you pay over must not contain multiple paths as

0 commit comments

Comments
 (0)