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

Description
transaction_version
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.