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

Weight Trader Comment Incorrect #4815

@apopiak

Description

@apopiak

/// Weight trader which uses the `TransactionPayment` pallet to set the right price for weight and then
/// places any weight bought into the right account.
pub struct UsingComponents<

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I7-documentationDocumentation needs fixing, improving or augmenting.T6-XCMThis PR/Issue is related to XCM.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions