From 020be2ff1c690848b3c292281b88f7b0c6df3bd6 Mon Sep 17 00:00:00 2001 From: miss_k <86659575+daredevil3435@users.noreply.github.com> Date: Thu, 23 Feb 2023 03:49:37 +0530 Subject: [PATCH] Corrected weight trader comment (#6752) * Corrected weight trader comment * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <> --- polkadot/xcm/xcm-builder/src/weight.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/xcm/xcm-builder/src/weight.rs b/polkadot/xcm/xcm-builder/src/weight.rs index 815ad3ae97..7a7c6a7cdf 100644 --- a/polkadot/xcm/xcm-builder/src/weight.rs +++ b/polkadot/xcm/xcm-builder/src/weight.rs @@ -185,7 +185,7 @@ impl, 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,