Skip to content

Commit

Permalink
Fix broken link to web3 foundation research (#12066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerumbles authored Aug 19, 2022
1 parent 00cc5f1 commit a357c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/staking/reward-curve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use syn::parse::{Parse, ParseStream};

/// Accepts a number of expressions to create a instance of PiecewiseLinear which represents the
/// NPoS curve (as detailed
/// [here](https://research.web3.foundation/en/latest/polkadot/Token%20Economics.html#inflation-model))
/// [here](https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html#inflation-model))
/// for those parameters. Parameters are:
/// - `min_inflation`: the minimal amount to be rewarded between validators, expressed as a fraction
/// of total issuance. Known as `I_0` in the literature. Expressed in millionth, must be between 0
Expand Down

0 comments on commit a357c29

Please sign in to comment.