Skip to content

Commit 0fc222b

Browse files
committed
f rename variant test
1 parent 144c078 commit 0fc222b

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
@@ -4706,7 +4706,7 @@ mod tests {
47064706
trampoline_features.set_basic_mpp_optional();
47074707
let introduction_node = PublicKey::from_slice(&<Vec<u8>>::from_hex("032c0b7cf95324a07d05398b240174dc0c2be444d96b159aa6c7f7b1e668680991").unwrap()).unwrap();
47084708
let blinding_point = PublicKey::from_slice(&<Vec<u8>>::from_hex("02eec7245d6b7d2ccb30380bfbe2a3648cd7a942653f5aa340edcea1f283686619").unwrap()).unwrap();
4709-
let trampoline_payload = OutboundTrampolinePayload::BlindedForward {
4709+
let trampoline_payload = OutboundTrampolinePayload::LegacyBlindedPathEntry {
47104710
amt_to_forward: 150_000_000,
47114711
outgoing_cltv_value: 800_000,
47124712
payment_paths: vec![

0 commit comments

Comments
 (0)