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 d49eaa6 commit 9638141Copy full SHA for 9638141
lightning/src/routing/onion_message.rs
@@ -34,7 +34,8 @@ use prelude::*;
34
35
/// Finds a route from us to the given `destination` node.
36
/// If we have private channels, it may be useful to fill in `first_hops` with the results from
37
-/// [`ChannelManager::list_usable_channels`].
+/// [`ChannelManager::list_usable_channels`]. If `first_hops` is not filled in, connected peers
38
+/// without public channels will not be forwarded over.
39
///
40
/// [`ChannelManager::list_usable_channels`]: crate::ln::channelmanager::ChannelManager::list_usable_channels
41
pub fn find_path<L: Deref, GL: Deref>(
0 commit comments