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 d278bb3 commit 32cde8fCopy full SHA for 32cde8f
lightning/src/routing/onion_message.rs
@@ -79,7 +79,7 @@ pub fn find_path<L: Deref, GL: Deref>(
79
} else if let Some(node_ann) = &node_info.announcement_info {
80
if !node_ann.features.supports_onion_messages() || node_ann.features.requires_unknown_bits()
81
{ continue; }
82
- }
+ } else { continue; }
83
for scid in &node_info.channels {
84
if let Some(chan_info) = network_channels.get(&scid) {
85
if let Some((_, successor)) = chan_info.as_directed_from(&node_id) {
0 commit comments