Skip to content

Commit 536c68c

Browse files
committed
f - Remove extra blank line
1 parent 9f33073 commit 536c68c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ where L::Target: Logger {
977977
.checked_add(scorer.channel_penalty_msat(hop.short_channel_id))
978978
.unwrap_or_else(|| u64::max_value());
979979

980-
981980
// We assume that the recipient only included route hints for routes which had
982981
// sufficient value to route `final_value_msat`. Note that in the case of "0-value"
983982
// invoices where the invoice does not specify value this may not be the case, but

0 commit comments

Comments
 (0)