Skip to content

Commit 64dc637

Browse files
committed
f rebase
1 parent 9e76fbf commit 64dc637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ mod tests {
21802180
let usage = ChannelUsage {
21812181
amount_msat: 250,
21822182
inflight_htlc_msat: 0,
2183-
effective_capacity: EffectiveCapacity::Total { capacity_msat: 1_000, htlc_maximum_msat: Some(1_000) },
2183+
effective_capacity: EffectiveCapacity::Total { capacity_msat: 1_000, htlc_maximum_msat: 1_000 },
21842184
};
21852185
assert_eq!(scorer.channel_penalty_msat(42, &node_a, &node_b, usage), 128);
21862186
// Note that a default liquidity bound is used for B -> C as no channel exists

0 commit comments

Comments
 (0)