We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479d8d4 commit ec0b2faCopy full SHA for ec0b2fa
runtime/src/lib.rs
@@ -295,7 +295,7 @@ where
295
fn polynomial() -> WeightToFeeCoefficients<Self::Balance> {
296
let coefficient = WeightToFeeCoefficient {
297
coeff_integer: 0,
298
- coeff_frac: Perbill::from_parts(1000000),
+ coeff_frac: Perbill::from_parts(1_000_000),
299
negative: false,
300
degree: 1,
301
};
0 commit comments