Skip to content

Commit 1b39e06

Browse files
committed
f - rename public_introduction_node_id
1 parent 0f359ca commit 1b39e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ where L::Target: Logger {
25282528
// Only add the hops in this route to our candidate set if either
25292529
// we have a direct channel to the first hop or the first hop is
25302530
// in the regular network graph.
2531-
let source_node_id = match hint.1.introduction_node_id(network_graph) {
2531+
let source_node_id = match hint.1.public_introduction_node_id(network_graph) {
25322532
Some(node_id) => node_id,
25332533
None => {
25342534
let node_id = NodeId::from_pubkey(&hint.1.introduction_node_id);

0 commit comments

Comments
 (0)