We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33073 commit 536c68cCopy full SHA for 536c68c
lightning/src/routing/router.rs
@@ -977,7 +977,6 @@ where L::Target: Logger {
977
.checked_add(scorer.channel_penalty_msat(hop.short_channel_id))
978
.unwrap_or_else(|| u64::max_value());
979
980
-
981
// We assume that the recipient only included route hints for routes which had
982
// sufficient value to route `final_value_msat`. Note that in the case of "0-value"
983
// invoices where the invoice does not specify value this may not be the case, but
0 commit comments