Skip to content

Commit 75dd73c

Browse files
committed
fix: increase probe diversity penalty
1 parent 965b4d4 commit 75dd73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/services/LightningService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class LightningService @Inject constructor(
106106
private const val SCORING_HISTORICAL_LIQUIDITY_PENALTY_AMOUNT_MULTIPLIER_MSAT = 20_000uL
107107
private const val SCORING_ANTI_PROBING_PENALTY_MSAT = 250uL
108108
private const val SCORING_CONSIDERED_IMPOSSIBLE_PENALTY_MSAT = 1_000_000_000_000uL
109-
private const val SCORING_PROBING_DIVERSITY_PENALTY_MSAT = 50_000uL
109+
private const val SCORING_PROBING_DIVERSITY_PENALTY_MSAT = 60_000uL
110110
}
111111

112112
@Volatile

0 commit comments

Comments
 (0)