mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
routing: remove unnecessary newline
This commit is contained in:
@@ -893,7 +893,7 @@ func findPath(g *graphParams, r *RestrictParams, cfg *PathFindingConfig,
|
|||||||
// findPath, and avoid using ChannelEdgePolicy altogether.
|
// findPath, and avoid using ChannelEdgePolicy altogether.
|
||||||
pathEdges[len(pathEdges)-1].Node.Features = features
|
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].probability, len(pathEdges),
|
||||||
distance[source].amountToReceive-amt)
|
distance[source].amountToReceive-amt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user