Skip to content

Commit 7379cc1

Browse files
committed
f s/on/to/
1 parent 74e2493 commit 7379cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,7 @@ where L::Target: Logger {
24222422
num_ignored_avoid_overpayment + num_ignored_htlc_minimum_msat_limit;
24232423
if num_ignored_total > 0 {
24242424
log_trace!(logger,
2425-
"Ignored {} candidate hops due to insufficient value contribution, {} due to path length limit, {} due to CLTV delta limit, {} due to previous payment failure, {} due to htlc_minimum_msat limit, {} on avoid overpaying. Total: {} ignored candidates.",
2425+
"Ignored {} candidate hops due to insufficient value contribution, {} due to path length limit, {} due to CLTV delta limit, {} due to previous payment failure, {} due to htlc_minimum_msat limit, {} to avoid overpaying. Total: {} ignored candidates.",
24262426
num_ignored_value_contribution, num_ignored_path_length_limit,
24272427
num_ignored_cltv_delta_limit, num_ignored_previously_failed,
24282428
num_ignored_htlc_minimum_msat_limit, num_ignored_avoid_overpayment,

0 commit comments

Comments
 (0)