From: Jeffrey Czyz Date: Wed, 20 Oct 2021 14:22:38 +0000 (-0500) Subject: Remove outdated line from get_route docs X-Git-Tag: v0.0.103~10^2~2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=8b9cf93b11c49ab8726d807a72c083367dda356e;p=rust-lightning Remove outdated line from get_route docs --- diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 9f48d4cb8..6976943dd 100644 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@ -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