Corrected weight trader comment (#6752)

* Corrected weight trader comment

* ".git/.scripts/commands/fmt/fmt.sh"

---------

Co-authored-by: command-bot <>
This commit is contained in:
miss_k
2023-02-23 03:49:37 +05:30
committed by GitHub
parent c5b5276f85
commit 020be2ff1c
+1 -1
View File
@@ -185,7 +185,7 @@ impl<T: Get<(AssetId, u128, u128)>, R: TakeRevenue> Drop for FixedRateOfFungible
}
}
/// Weight trader which uses the `TransactionPayment` pallet to set the right price for weight and then
/// Weight trader which uses the configured `WeightToFee` to set the right price for weight and then
/// places any weight bought into the right account.
pub struct UsingComponents<
WeightToFee: WeightToFeeT<Balance = Currency::Balance>,