Skip to content

Commit

Permalink
chore: re-bump payment hop penalty to 100x
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed May 8, 2024
1 parent d872653 commit d60afa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,8 @@ fn build_with_store_internal(
// * 4 recommended by BlueMatt // https://github.com/lightningdevkit/rust-lightning/issues/3040
base_penalty_amount_multiplier_msat: ProbabilisticScoringFeeParameters::default()
.base_penalty_amount_multiplier_msat
* 4,
base_penalty_msat: ProbabilisticScoringFeeParameters::default().base_penalty_msat * 4,
* 100,
base_penalty_msat: ProbabilisticScoringFeeParameters::default().base_penalty_msat * 100,
..Default::default()
};

Expand Down

0 comments on commit d60afa7

Please sign in to comment.