We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f359ca commit 1b39e06Copy full SHA for 1b39e06
lightning/src/routing/router.rs
@@ -2528,7 +2528,7 @@ where L::Target: Logger {
2528
// Only add the hops in this route to our candidate set if either
2529
// we have a direct channel to the first hop or the first hop is
2530
// in the regular network graph.
2531
- let source_node_id = match hint.1.introduction_node_id(network_graph) {
+ let source_node_id = match hint.1.public_introduction_node_id(network_graph) {
2532
Some(node_id) => node_id,
2533
None => {
2534
let node_id = NodeId::from_pubkey(&hint.1.introduction_node_id);
0 commit comments