We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fc7c5 commit 50146e8Copy full SHA for 50146e8
pallets/transaction-fee/src/lib.rs
@@ -47,7 +47,7 @@ impl WeightToFeePolynomial for LinearWeightToFee {
47
fn polynomial() -> WeightToFeeCoefficients<Self::Balance> {
48
let coefficient: WeightToFeeCoefficient<Self::Balance> = WeightToFeeCoefficient {
49
coeff_integer: TaoBalance::new(0),
50
- coeff_frac: Perbill::from_parts(500_000),
+ coeff_frac: Perbill::from_parts(50_000),
51
negative: false,
52
degree: 1,
53
};
0 commit comments