From 2ddaffd3d980956b415b75f21744c718980d8c04 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 22 Aug 2024 17:52:39 +0000 Subject: [PATCH] f missing doc --- lightning/src/onion_message/messenger.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning/src/onion_message/messenger.rs b/lightning/src/onion_message/messenger.rs index f735f04f620..a33ee4f27b7 100644 --- a/lightning/src/onion_message/messenger.rs +++ b/lightning/src/onion_message/messenger.rs @@ -424,6 +424,7 @@ pub enum MessageSendInstructions { }, /// Indicates that a message is being sent as a reply to a received message. ForReply { + /// The instructions provided by the [`Responder`]. instructions: ResponseInstruction, }, }