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 59f2324 commit 45bd5f2Copy full SHA for 45bd5f2
lightning/src/routing/router.rs
@@ -2580,7 +2580,7 @@ where L::Target: Logger {
2580
let maybe_announced_channel = if let CandidateRouteHop::PublicHop { .. } = hop.candidate {
2581
// If we sourced the hop from the graph we're sure the target node is announced.
2582
true
2583
- } else if let CandidateRouteHop::FirstHop { details } = hop.candidate {
+ } else if let CandidateRouteHop::FirstHop { details, .. } = hop.candidate {
2584
// If this is a first hop we also know if it's announced.
2585
details.is_public
2586
} else {
0 commit comments