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();
@@ -4030,6 +4037,7 @@ mod tests {
4030
4037
amt_msat:0x0badf00d01020304,
4031
4038
outgoing_cltv_value:0xffffffff,
4032
4039
custom_tlvs:vec![],
4040
+
trampoline_packet:None
4033
4041
};
4034
4042
let encoded_value = outbound_msg.encode();
4035
4043
let target_value = <Vec<u8>>::from_hex("3602080badf00d010203040404ffffffff082442424242424242424242424242424242424242424242424242424242424242421badca1f").unwrap();
@@ -4069,6 +4077,7 @@ mod tests {
4069
4077
custom_tlvs: bad_type_range_tlvs,
4070
4078
amt_msat:0x0badf00d01020304,
4071
4079
outgoing_cltv_value:0xffffffff,
4080
+
trampoline_packet:None
4072
4081
};
4073
4082
let encoded_value = msg.encode();
4074
4083
let node_signer = test_utils::TestKeysInterface::new(&[42;32],Network::Testnet);
@@ -4101,6 +4110,7 @@ mod tests {
4101
4110
custom_tlvs: expected_custom_tlvs.clone(),
4102
4111
amt_msat:0x0badf00d01020304,
4103
4112
outgoing_cltv_value:0xffffffff,
4113
+
trampoline_packet:None
4104
4114
};
4105
4115
let encoded_value = msg.encode();
4106
4116
let target_value = <Vec<u8>>::from_hex("2e02080badf00d010203040404ffffffffff0000000146c6616b021234ff0000000146c6616f084242424242424242").unwrap();
0 commit comments