mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 22:51:03 +00:00
Bump transaction version (#3904)
This commit is contained in:
@@ -25,7 +25,7 @@ use crate::{
|
|||||||
generic::CheckedExtrinsic, transaction_validity::{TransactionValidityError, InvalidTransaction},
|
generic::CheckedExtrinsic, transaction_validity::{TransactionValidityError, InvalidTransaction},
|
||||||
};
|
};
|
||||||
|
|
||||||
const TRANSACTION_VERSION: u8 = 3;
|
const TRANSACTION_VERSION: u8 = 4;
|
||||||
|
|
||||||
/// A extrinsic right from the external world. This is unchecked and so
|
/// A extrinsic right from the external world. This is unchecked and so
|
||||||
/// can contain a signature.
|
/// can contain a signature.
|
||||||
|
|||||||
Reference in New Issue
Block a user