From: Gleb Naumenko Date: Tue, 16 Jun 2020 10:17:43 +0000 (+0300) Subject: Update get_route comment to reflect new parameters X-Git-Tag: v0.0.12~46^2~7 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7838727a5c9b081127d11aaa29f33b333f5c0951;p=rust-lightning Update get_route comment to reflect new parameters --- diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 883d0015..d82f8293 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.