Skip to content

Commit

Permalink
Allow unused outbound Trampoline payload variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Apr 19, 2024
1 parent f551634 commit 67ecd63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightning/src/ln/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1769,10 +1769,12 @@ mod fuzzy_internal_msgs {
/// The node id to which the trampoline node must find a route
outgoing_node_id: PublicKey,
},
#[allow(unused)]
BlindedForward {
encrypted_tlvs: Vec<u8>,
intro_node_blinding_point: Option<PublicKey>,
},
#[allow(unused)]
BlindedReceive {
sender_intended_htlc_amt_msat: u64,
total_msat: u64,
Expand Down

0 comments on commit 67ecd63

Please sign in to comment.