File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2315,8 +2315,9 @@ where L::Target: Logger {
2315
2315
// Decrease the available liquidity of a hop in the middle of the path.
2316
2316
let victim_candidate = & payment_path. hops [ ( payment_path. hops . len ( ) ) / 2 ] . 0 . candidate ;
2317
2317
let exhausted = u64:: max_value ( ) ;
2318
- log_trace ! ( logger, "Disabling route candidate {} for future path building iterations to
2319
- avoid duplicates." , LoggedCandidateHop ( victim_candidate) ) ;
2318
+ log_trace ! ( logger,
2319
+ "Disabling route candidate {} for future path building iterations to avoid duplicates." ,
2320
+ LoggedCandidateHop ( victim_candidate) ) ;
2320
2321
* used_liquidities. entry ( victim_candidate. id ( false ) ) . or_default ( ) = exhausted;
2321
2322
* used_liquidities. entry ( victim_candidate. id ( true ) ) . or_default ( ) = exhausted;
2322
2323
}
You can’t perform that action at this time.
0 commit comments