From 8b9cf93b11c49ab8726d807a72c083367dda356e Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Wed, 20 Oct 2021 09:22:38 -0500 Subject: [PATCH] Remove outdated line from get_route docs --- lightning/src/routing/router.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 9f48d4cb..6976943d 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 -- 2.30.2