Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
drewstone committed Sep 12, 2019
2 parents 039fe6c + 5a7afcb commit 103d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srml/staking/src/inflation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ impl PiecewiseLinear {
///
/// Using the constants:
/// * `I_0` = 0.025;
/// * `i_ideal` = 0.2;
/// * `x_ideal` = 0.5;
/// * `i_ideal` = 0.1;
/// * `x_ideal` = 0.8;
/// * `d` = 0.05;
///
/// This approximation is tested to be close to real one by an error less than 1% see
Expand Down

0 comments on commit 103d51c

Please sign in to comment.