diff --git a/xcm/xcm-builder/src/weight.rs b/xcm/xcm-builder/src/weight.rs index 815ad3ae9784..7a7c6a7cdfa8 100644 --- a/xcm/xcm-builder/src/weight.rs +++ b/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,