mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
godoc: address copy-paste errors accross the codebase
This commit is contained in:
parent
c1036ff705
commit
a9977dd5f4
26 changed files with 62 additions and 50 deletions
6
utils.go
6
utils.go
|
|
@ -368,9 +368,9 @@ func sufficientHints(numHints, maxHints, scalingFactor int, amount,
|
|||
return false
|
||||
}
|
||||
|
||||
// SelectHopHints will select up to numMaxHophints from the set of passed open
|
||||
// channels. The set of hop hints will be returned as a slice of functional
|
||||
// options that'll append the route hint to the set of all route hints.
|
||||
// invoicesrpcSelectHopHints will select up to numMaxHophints from the set of
|
||||
// passed open channels. The set of hop hints will be returned as a slice of
|
||||
// functional options that'll append the route hint to the set of all hints.
|
||||
//
|
||||
// TODO(sputn1ck): remove when https://github.com/lightningnetwork/lnd/pull/7065
|
||||
// is merged to a new lnd release.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue