mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user