Skip to content

Commit f5e5c89

Browse files
committed
Allow unused outbound Trampoline payload variants.
1 parent 3793002 commit f5e5c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/msgs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1769,10 +1769,12 @@ mod fuzzy_internal_msgs {
17691769
/// The node id to which the trampoline node must find a route
17701770
outgoing_node_id: PublicKey,
17711771
},
1772+
#[allow(unused)]
17721773
BlindedForward {
17731774
encrypted_tlvs: Vec<u8>,
17741775
intro_node_blinding_point: Option<PublicKey>,
17751776
},
1777+
#[allow(unused)]
17761778
BlindedReceive {
17771779
sender_intended_htlc_amt_msat: u64,
17781780
total_msat: u64,

0 commit comments

Comments
 (0)