File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lightning/src/onion_message Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -405,16 +405,16 @@ pub enum MessageSendInstructions {
405
405
/// Indicates that a message should be sent including a reply path for the recipient to
406
406
/// respond.
407
407
WithReplyPath {
408
- /// The desination where we need to send our message.
408
+ /// The destination where we need to send our message.
409
409
send_path : BlindedMessagePath ,
410
410
/// The context to include in the reply path we'll give the recipient so they can respond
411
411
/// to us.
412
412
context : MessageContext ,
413
413
} ,
414
- /// Indicates that a emssage should be sent without including a reply path, preventing the
414
+ /// Indicates that a message should be sent without including a reply path, preventing the
415
415
/// recipient from responding.
416
416
WithoutReplyPath {
417
- /// The desination where we need to send our message.
417
+ /// The destination where we need to send our message.
418
418
send_path : BlindedMessagePath ,
419
419
}
420
420
}
You can’t perform that action at this time.
0 commit comments