File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6246,7 +6246,7 @@ where
62466246 let htlc_source = HTLCSource::TrampolineForward {
62476247 // dummy value
62486248 session_priv: SecretKey::from_slice(&self.entropy_source.get_secure_random_bytes()).unwrap(),
6249- previous_hop_data: HTLCPreviousHopData {
6249+ previous_hop_data: vec![ HTLCPreviousHopData {
62506250 short_channel_id: prev_short_channel_id,
62516251 user_channel_id: Some(prev_user_channel_id),
62526252 counterparty_node_id: prev_counterparty_node_id,
@@ -6258,7 +6258,7 @@ where
62586258 phantom_shared_secret: None,
62596259 blinded_failure: blinded.map(|b| b.failure),
62606260 cltv_expiry: Some(incoming_cltv_expiry),
6261- },
6261+ }] ,
62626262 incoming_trampoline_shared_secret,
62636263 hops: Vec::new(),
62646264 };
You can’t perform that action at this time.
0 commit comments