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();
@@ -4051,6 +4058,7 @@ mod tests {
4051
4058
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4052
4059
cltv_expiry_height:0xffffffff,
4053
4060
custom_tlvs:vec![],
4061
+
trampoline_packet:None
4054
4062
};
4055
4063
let encoded_value = outbound_msg.encode();
4056
4064
let target_value = <Vec<u8>>::from_hex("3602080badf00d010203040404ffffffff082442424242424242424242424242424242424242424242424242424242424242421badca1f").unwrap();
@@ -4090,6 +4098,7 @@ mod tests {
4090
4098
custom_tlvs: bad_type_range_tlvs,
4091
4099
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4092
4100
cltv_expiry_height:0xffffffff,
4101
+
trampoline_packet:None
4093
4102
};
4094
4103
let encoded_value = msg.encode();
4095
4104
let node_signer = test_utils::TestKeysInterface::new(&[42;32],Network::Testnet);
@@ -4122,6 +4131,7 @@ mod tests {
4122
4131
custom_tlvs: expected_custom_tlvs.clone(),
4123
4132
sender_intended_htlc_amt_msat:0x0badf00d01020304,
4124
4133
cltv_expiry_height:0xffffffff,
4134
+
trampoline_packet:None
4125
4135
};
4126
4136
let encoded_value = msg.encode();
4127
4137
let target_value = <Vec<u8>>::from_hex("2e02080badf00d010203040404ffffffffff0000000146c6616b021234ff0000000146c6616f084242424242424242").unwrap();
0 commit comments