chore: fix some comments for struct field

Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
crystalstall 2024-07-19 14:20:07 +08:00
parent 4c490398e4
commit 27a234db66
3 changed files with 3 additions and 3 deletions

View file

@ -671,7 +671,7 @@ type Suggestions struct {
// swaps on to the reason that we did not recommend a swap.
DisqualifiedChans map[lnwire.ShortChannelID]Reason
// Disqualified peers maps the set of peers that we do not recommend
// DisqualifiedPeers maps the set of peers that we do not recommend
// swaps for to the reason that they were excluded.
DisqualifiedPeers map[route.Vertex]Reason
}