mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
bump transaction_version
necessary because of extrinsic API changes to pallet-xcm https://github.com/paritytech/polkadot/pull/3693
This commit is contained in:
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 4,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 1,
|
||||
transaction_version: 2,
|
||||
};
|
||||
|
||||
/// The version information used to identify this runtime when compiled natively.
|
||||
|
||||
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 4,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 1,
|
||||
transaction_version: 2,
|
||||
};
|
||||
|
||||
/// The version information used to identify this runtime when compiled natively.
|
||||
|
||||
Reference in New Issue
Block a user