routing: remove unnecessary newline

This commit is contained in:
Joost Jager 2019-12-20 10:28:48 +01:00
parent b760b25229
commit c84e57a522
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -893,7 +893,7 @@ func findPath(g *graphParams, r *RestrictParams, cfg *PathFindingConfig,
// findPath, and avoid using ChannelEdgePolicy altogether.
pathEdges[len(pathEdges)-1].Node.Features = features
log.Debugf("Found route: probability=%v, hops=%v, fee=%v\n",
log.Debugf("Found route: probability=%v, hops=%v, fee=%v",
distance[source].probability, len(pathEdges),
distance[source].amountToReceive-amt)