This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Naming conflict two transaction versions with different values. #7255
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
transaction_version
substrate/bin/node/runtime/src/lib.rs
Line 115 in c0cb704
const TRANSACTION_VERSION: u8 = 4;
substrate/primitives/runtime/src/generic/unchecked_extrinsic.rs
Line 33 in c0cb704
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.
The text was updated successfully, but these errors were encountered: