You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
/// Weight trader which uses the `TransactionPayment` pallet to set the right price for weight and then
/// places any weight bought into the right account.
pubstructUsingComponents<
The doc comment seems incorrect, as the transaction payment pallet is not referenced in the implementation and would not fit into any of the configuration types for UsingComponents.
Maybe something like
/// Weight trader which uses the configured `WeightToFee` to set the right price for weight and then /// places any weight bought into the right account.
Or depending on what was intended we need to look into how to actually integrate with the transaction payment system.