bump transaction_version due to parachain_system change (#748)

This commit is contained in:
Alexander Popiak
2021-11-11 17:38:04 +01:00
committed by GitHub
parent df4c229246
commit 472da73e9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.