Skip to content

Commit

Permalink
f fix spelling error and reword docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Sep 6, 2024
1 parent 07e3216 commit f9212d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/blinded_path/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ pub enum AsyncPaymentsContext {
nonce: Nonce,
/// Authentication code for the [`PaymentId`].
///
/// Prevents the recipient from deanonyimizing us by creating a blinded path to us containing
/// the expected [`PaymentId`].
/// Prevents the recipient from being able to deanonymize us by creating a blinded path to us
/// containing the expected [`PaymentId`].
hmac: Hmac<Sha256>,
},
}
Expand Down

0 comments on commit f9212d6

Please sign in to comment.