File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,9 +410,9 @@ pub enum PaymentSendFailure {
410
410
/// BOLT11 or BOLT12 invoice).
411
411
#[ derive( Clone ) ]
412
412
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)
416
416
/// attacks.
417
417
///
418
418
/// If you do not have one, the [`Route`] you pay over must not contain multiple paths as
You can’t perform that action at this time.
0 commit comments