mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Make ResponseInstruction
Clone
able
This commit is contained in:
parent
2695331686
commit
4784bbf7d9
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ impl Responder {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Instructions for how and where to send the response to an onion message.
|
/// Instructions for how and where to send the response to an onion message.
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct ResponseInstruction {
|
pub struct ResponseInstruction {
|
||||||
send_path: BlindedMessagePath,
|
send_path: BlindedMessagePath,
|
||||||
context: Option<MessageContext>,
|
context: Option<MessageContext>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue