mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
bump transaction_version due to parachain_system change (#748)
This commit is contained in:
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 600,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 3,
|
||||
transaction_version: 4,
|
||||
};
|
||||
|
||||
/// The version information used to identify this runtime when compiled natively.
|
||||
|
||||
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 600,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 3,
|
||||
transaction_version: 4,
|
||||
};
|
||||
|
||||
/// The version information used to identify this runtime when compiled natively.
|
||||
|
||||
Reference in New Issue
Block a user