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