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.

Naming conflict two transaction versions with different values. #7255

@darkfriend77

Description

@darkfriend77

transaction_version

transaction_version: 1,

const TRANSACTION_VERSION: u8 = 4;

const TRANSACTION_VERSION: u8 = 4;

Why do they have the same name? One is used for the extrinsic start and the other one is used in the payload, so both are represented in the submitextrinsic byte string.

I would suggest to either rename the one in the unchecked_extrinsic or to unify them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    J2-unconfirmedIssue might be valid, but it’s not yet known.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions