We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c3c5a commit 81e6bebCopy full SHA for 81e6beb
lightning/src/onion_message/messenger.rs
@@ -406,7 +406,7 @@ pub enum MessageSendInstructions {
406
/// Indicates that a message should be sent including the provided reply path for the recipient
407
/// to respond.
408
WithSpecifiedReplyPath {
409
- /// The desination where we need to send our message.
+ /// The destination where we need to send our message.
410
destination: Destination,
411
/// The reply path which should be included in the message.
412
reply_path: BlindedMessagePath,
0 commit comments