File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1785,9 +1785,9 @@ struct PathBuildingHop<'a> {
1785
1785
/// avoid processing them again.
1786
1786
was_processed : bool ,
1787
1787
/// If we've already processed a channel backwards from a target node, we shouldn't update our
1788
- /// selected best path to that node. This should never happen, but with multiple codepaths
1789
- /// processing channels we've had issues here in the past, so in debug-mode we track it and
1790
- /// assert on it when processing a node.
1788
+ /// selected best path from that node to the destination . This should never happen, but with
1789
+ /// multiple codepaths processing channels we've had issues here in the past, so in debug-mode
1790
+ /// we track it and assert on it when processing a node.
1791
1791
#[ cfg( all( not( ldk_bench) , any( test, fuzzing) ) ) ]
1792
1792
best_path_from_hop_selected : bool ,
1793
1793
/// When processing a node as the next best-score candidate, we want to quickly check if it is
You can’t perform that action at this time.
0 commit comments