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 @@ -6243,7 +6243,7 @@ where
62436243 let htlc_source = HTLCSource::TrampolineForward {
62446244 // dummy value
62456245 session_priv: SecretKey::from_slice(&self.entropy_source.get_secure_random_bytes()).unwrap(),
6246- previous_hop_data: HTLCPreviousHopData {
6246+ previous_hop_data: vec![ HTLCPreviousHopData {
62476247 short_channel_id: prev_short_channel_id,
62486248 user_channel_id: Some(prev_user_channel_id),
62496249 counterparty_node_id: prev_counterparty_node_id,
@@ -6255,7 +6255,7 @@ where
62556255 phantom_shared_secret: None,
62566256 blinded_failure: blinded.map(|b| b.failure),
62576257 cltv_expiry: Some(incoming_cltv_expiry),
6258- },
6258+ }] ,
62596259 incoming_trampoline_shared_secret,
62606260 hops: Vec::new(),
62616261 };
You can’t perform that action at this time.
0 commit comments