You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let target_value = <Vec<u8>>::from_hex("1002080badf00d010203040404ffffffff").unwrap();
@@ -4246,6 +4253,7 @@ mod tests {
4246
4253
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4247
4254
cltv_expiry_height:0xffffffff,
4248
4255
custom_tlvs:vec![],
4256
+
trampoline_packet:None
4249
4257
};
4250
4258
let encoded_value = outbound_msg.encode();
4251
4259
let target_value = <Vec<u8>>::from_hex("3602080badf00d010203040404ffffffff082442424242424242424242424242424242424242424242424242424242424242421badca1f").unwrap();
@@ -4285,6 +4293,7 @@ mod tests {
4285
4293
custom_tlvs: bad_type_range_tlvs,
4286
4294
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4287
4295
cltv_expiry_height:0xffffffff,
4296
+
trampoline_packet:None
4288
4297
};
4289
4298
let encoded_value = msg.encode();
4290
4299
let node_signer = test_utils::TestKeysInterface::new(&[42;32],Network::Testnet);
@@ -4317,6 +4326,7 @@ mod tests {
4317
4326
custom_tlvs: expected_custom_tlvs.clone(),
4318
4327
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4319
4328
cltv_expiry_height:0xffffffff,
4329
+
trampoline_packet:None
4320
4330
};
4321
4331
let encoded_value = msg.encode();
4322
4332
let target_value = <Vec<u8>>::from_hex("2e02080badf00d010203040404ffffffffff0000000146c6616b021234ff0000000146c6616f084242424242424242").unwrap();
0 commit comments