Browse Source

runtime: reward-curve adjusted for Constantinople incentive model

Mokhtar Naamani 4 years ago
parent
commit
23bf6308b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      runtime/src/lib.rs

+ 2 - 2
runtime/src/lib.rs

@@ -358,8 +358,8 @@ impl session::historical::Trait for Runtime {
 srml_staking_reward_curve::build! {
     const REWARD_CURVE: PiecewiseLinear<'static> = curve!(
         min_inflation: 0_025_000,
-        max_inflation: 0_100_000,
-        ideal_stake: 0_500_000,
+        max_inflation: 0_300_000,
+        ideal_stake: 0_300_000,
         falloff: 0_050_000,
         max_piece_count: 40,
         test_precision: 0_005_000,