Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Corrected weight trader comment (#6752)
Browse files Browse the repository at this point in the history
* Corrected weight trader comment

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

---------

Co-authored-by: command-bot <>
  • Loading branch information
daredevil3435 authored Feb 22, 2023
1 parent 0a5fdb6 commit f07d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm/xcm-builder/src/weight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit f07d956

Please sign in to comment.