mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
multi: fix typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
663c396235
commit
4009f7f874
@@ -1907,7 +1907,7 @@ func describeGraph(ctx *cli.Context) error {
|
||||
}
|
||||
|
||||
// normalizeFunc is a factory function which returns a function that normalizes
|
||||
// the capacity of of edges within the graph. The value of the returned
|
||||
// the capacity of edges within the graph. The value of the returned
|
||||
// function can be used to either plot the capacities, or to use a weight in a
|
||||
// rendering of the graph.
|
||||
func normalizeFunc(edges []*lnrpc.ChannelEdge, scaleFactor float64) func(int64) float64 {
|
||||
|
||||
Reference in New Issue
Block a user