Skip to content

Commit 64de182

Browse files
committed
Make ResponseInstruction Cloneable
1 parent 0caa098 commit 64de182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ impl Responder {
384384
}
385385

386386
/// Instructions for how and where to send the response to an onion message.
387+
#[derive(Clone)]
387388
pub struct ResponseInstruction {
388389
send_path: BlindedMessagePath,
389390
context: Option<MessageContext>,

0 commit comments

Comments
 (0)