This commit is contained in:
Guillaume Thiolliere
2020-07-31 10:29:39 +02:00
committed by GitHub
parent 3d42e2c7eb
commit 7db19db948
@@ -29,7 +29,7 @@ use syn::parse::{Parse, ParseStream};
/// Accepts a number of expressions to create a instance of PiecewiseLinear which represents the /// Accepts a number of expressions to create a instance of PiecewiseLinear which represents the
/// NPoS curve (as detailed /// NPoS curve (as detailed
/// [here](http://research.web3.foundation/en/latest/polkadot/Token%20Economics/#inflation-model)) /// [here](https://research.web3.foundation/en/latest/polkadot/Token%20Economics.html#inflation-model))
/// for those parameters. Parameters are: /// for those parameters. Parameters are:
/// - `min_inflation`: the minimal amount to be rewarded between validators, expressed as a fraction /// - `min_inflation`: the minimal amount to be rewarded between validators, expressed as a fraction
/// of total issuance. Known as `I_0` in the literature. /// of total issuance. Known as `I_0` in the literature.