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 f465db3 commit 970abfdCopy full SHA for 970abfd
lightning/src/onion_message/messenger.rs
@@ -142,7 +142,7 @@ pub trait MessageRouter {
142
/// Returns a route for sending an [`OnionMessage`] to the given [`Destination`] or `None` if no
143
/// route could be found.
144
///
145
- /// This should included only intermediate nodes between `sender` and `destination`.
+ /// This should include only intermediate nodes between `sender` and `destination`.
146
147
/// [`OnionMessage`]: msgs::OnionMessage
148
fn find_route(&self, sender: &PublicKey, destination: &Destination) -> Option<Vec<PublicKey>>;
0 commit comments