We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NodeIdMessageRouter
1 parent c589389 commit dc623d3Copy full SHA for dc623d3
1 file changed
lightning/src/onion_message/messenger.rs
@@ -772,6 +772,9 @@ where
772
/// [`DefaultMessageRouter`] for deciding when to add additional dummy hops to the generated blinded
773
/// paths.
774
///
775
+/// This may be useful in cases where you want a long-lived blinded path and anticipate channel(s)
776
+/// may close, but connections to specific peers will remain stable.
777
+///
778
/// This message router can only route to a directly connected [`Destination`].
779
780
/// # Privacy
0 commit comments