Skip to content

Commit

Permalink
f moar spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jul 15, 2022
1 parent a0e6c58 commit 471e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/routing/scoring.rs
Expand Up @@ -2163,7 +2163,7 @@ mod tests {

let params = ProbabilisticScoringParameters {
base_penalty_msat: 500, liquidity_penalty_multiplier_msat: 1_000,
base_penalty_amount_multiplier_msat: (1<<30),
base_penalty_amount_multiplier_msat: (1 << 30),
anti_probing_penalty_msat: 0, ..Default::default()
};

Expand Down

0 comments on commit 471e92e

Please sign in to comment.