Skip to content

Commit 41e36e4

Browse files
committed
f rename variant test
1 parent 4f8eadb commit 41e36e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4707,7 +4707,7 @@ mod tests {
47074707
trampoline_features.set_basic_mpp_optional();
47084708
let introduction_node = PublicKey::from_slice(&<Vec<u8>>::from_hex("032c0b7cf95324a07d05398b240174dc0c2be444d96b159aa6c7f7b1e668680991").unwrap()).unwrap();
47094709
let blinding_point = PublicKey::from_slice(&<Vec<u8>>::from_hex("02eec7245d6b7d2ccb30380bfbe2a3648cd7a942653f5aa340edcea1f283686619").unwrap()).unwrap();
4710-
let trampoline_payload = OutboundTrampolinePayload::BlindedForward {
4710+
let trampoline_payload = OutboundTrampolinePayload::LegacyBlindedPathEntry {
47114711
amt_to_forward: 150_000_000,
47124712
outgoing_cltv_value: 800_000,
47134713
payment_paths: vec![

0 commit comments

Comments
 (0)