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 01a31fa commit 2ddaffdCopy full SHA for 2ddaffd
lightning/src/onion_message/messenger.rs
@@ -424,6 +424,7 @@ pub enum MessageSendInstructions {
424
},
425
/// Indicates that a message is being sent as a reply to a received message.
426
ForReply {
427
+ /// The instructions provided by the [`Responder`].
428
instructions: ResponseInstruction,
429
430
}
0 commit comments