mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 19:43:36 +02:00
routing: fix doc string
This commit is contained in:
@@ -262,9 +262,9 @@ type Config struct {
|
|||||||
// sessions.
|
// sessions.
|
||||||
SessionSource PaymentSessionSource
|
SessionSource PaymentSessionSource
|
||||||
|
|
||||||
// QueryBandwidth is a method that allows the router to query the lower
|
// GetLink is a method that allows the router to query the lower link
|
||||||
// link layer to determine the up-to-date available bandwidth at a
|
// layer to determine the up-to-date available bandwidth at a
|
||||||
// prospective link to be traversed. If the link isn't available, then
|
// prospective link to be traversed. If the link isn't available, then
|
||||||
// a value of zero should be returned. Otherwise, the current up-to-
|
// a value of zero should be returned. Otherwise, the current up-to-
|
||||||
// date knowledge of the available bandwidth of the link should be
|
// date knowledge of the available bandwidth of the link should be
|
||||||
// returned.
|
// returned.
|
||||||
|
Reference in New Issue
Block a user