Skip to content

Commit 51f8cb7

Browse files
committed
f rename
1 parent b06ed2f commit 51f8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ where
10601060
inner_session_priv.expect("Trampoline hops always have an inner session priv");
10611061
Some(construct_onion_keys_generic(secp_ctx, hops, blinded_tail, inner_session_priv).map(
10621062
|(shared_secret, _, _, route_hop_option, _)| {
1063-
(route_hop_option.map(|th| ErrorHop::TrampolineHop(th)), shared_secret)
1063+
(route_hop_option.map(|tram_hop| ErrorHop::TrampolineHop(tram_hop)), shared_secret)
10641064
},
10651065
))
10661066
} else {

0 commit comments

Comments
 (0)