Skip to content

Commit 4f60cca

Browse files
committed
f tweak comment as antoine suggested
1 parent 67f3c66 commit 4f60cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/router.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,8 @@ pub fn get_route<L: Deref>(our_node_id: &PublicKey, network: &NetworkGraph, paye
942942
// Further, if this was our first walk of the graph, and we weren't limited by an
943943
// htlc_minimum_msat, return immediately because this path should suffice. If we were
944944
// limited by an htlc_minimum_msat value, find another path with a higher value,
945-
// potentially allowing us to pay fees to meet the htlc_minimum while still keeping a lower
946-
// total fee.
945+
// potentially allowing us to pay fees to meet the htlc_minimum on the new path while
946+
// still keeping a lower total fee than this path.
947947
if !hit_minimum_limit {
948948
break 'paths_collection;
949949
}

0 commit comments

Comments
 (0)