Remove outdated line from get_route docs
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 20 Oct 2021 14:22:38 +0000 (09:22 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 25 Oct 2021 15:18:11 +0000 (10:18 -0500)
lightning/src/routing/router.rs

index 9f48d4cb8cd7dce1b90c0c5417df29c86a9fa8b1..6976943dd526cc1f32794238c75b964387052fb8 100644 (file)
@@ -429,7 +429,6 @@ where L::Target: Logger {
 /// this, MPP will only be used if the payee's features are available in the network graph.
 ///
 /// Private routing paths between a public node and the target may be included in `payee`.
-/// Currently, only the last hop in each path is considered.
 ///
 /// If some channels aren't announced, it may be useful to fill in a first_hops with the
 /// results from a local ChannelManager::list_usable_channels() call. If it is filled in, our