mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
routing: fix log line formatting
This commit is contained in:
@@ -699,8 +699,8 @@ func (r *ChannelRouter) FindBlindedPaths(destination route.Vertex,
|
||||
"path since it resulted in an low "+
|
||||
"probability path(%.3f)",
|
||||
route.ChanIDString(routeWithProbability.route),
|
||||
routeWithProbability.probability,
|
||||
)
|
||||
routeWithProbability.probability)
|
||||
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user