From 4f4c43e7842155c0e420f797c899080d384bea8c Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Fri, 15 Dec 2023 17:18:06 -0500 Subject: [PATCH] Update docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc --- docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc b/docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc index 3d3fa64..bc794e5 100644 --- a/docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc +++ b/docs/modules/ROOT/pages/pallets/pallet_transaction_payment.adoc @@ -34,7 +34,7 @@ The inputs are defined below in the glossary and config sections. * Pallet-specific handlers: ** `OnChargeTransaction` -- Handler for withdrawing, refunding and depositing the transaction fee. Type must implement the trait `OnChargeTransaction`. -** `FeeMultiplierUpdate` -- Handler to define how base fees change over time (over blocks). Type must implement the trait `MultiplierUpdate`. Possible assignments include `ConstantFee`, SlowAdjustingFee`, and `FastAdjustingFee`. +** `FeeMultiplierUpdate` -- Handler to define how base fees change over time (over blocks). Type must implement the trait `MultiplierUpdate`. Possible assignments include `ConstantFee`, `SlowAdjustingFee`, and `FastAdjustingFee`. * Pallet-specific converters: ** `WeightToFee` -- Mapping between the smallest unit of weight and smallest unit of fee. Type must implement the trait `WeightToFee>`. ** `LengthToFee` -- Convert a length value into a deductible fee based on the currency type. Type must implement the trait `WeightToFee>`.