From 7838727a5c9b081127d11aaa29f33b333f5c0951 Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Tue, 16 Jun 2020 13:17:43 +0300 Subject: [PATCH] Update get_route comment to reflect new parameters --- lightning/src/routing/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 883d0015f..d82f8293f 100644 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@ -144,7 +144,7 @@ struct DummyDirectionalChannelInfo { } -/// Gets a route from us (as specified in the provided NetworkGraph) to the given target node. +/// Gets a route from us to the given target node. /// /// Extra routing hops between known nodes and the target will be used if they are included in /// last_hops. -- 2.39.5