Skip to content

Commit 50146e8

Browse files
committed
Revert 10x fees on testnet in favor of PR
1 parent 65fc7c5 commit 50146e8

File tree

1 file changed

+1
-1
lines changed
  • pallets/transaction-fee/src

1 file changed

+1
-1
lines changed

pallets/transaction-fee/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl WeightToFeePolynomial for LinearWeightToFee {
4747
fn polynomial() -> WeightToFeeCoefficients<Self::Balance> {
4848
let coefficient: WeightToFeeCoefficient<Self::Balance> = WeightToFeeCoefficient {
4949
coeff_integer: TaoBalance::new(0),
50-
coeff_frac: Perbill::from_parts(500_000),
50+
coeff_frac: Perbill::from_parts(50_000),
5151
negative: false,
5252
degree: 1,
5353
};

0 commit comments

Comments
 (0)