Update get_route comment to reflect new parameters
authorGleb Naumenko <naumenko.gs@gmail.com>
Tue, 16 Jun 2020 10:17:43 +0000 (13:17 +0300)
committerGleb Naumenko <naumenko.gs@gmail.com>
Wed, 22 Jul 2020 13:20:19 +0000 (16:20 +0300)
lightning/src/routing/router.rs

index 883d0015fbb464a3d3ec994db838ead6930104aa..d82f8293fefabb4944fb189fb97eeb24b37dbd5f 100644 (file)
@@ -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.