bump transaction_version for polkadot + kusama (#2330)

This commit is contained in:
Martin Pugh
2021-01-26 18:00:13 +01:00
committed by GitHub
parent 48bdfddbbc
commit 1358bf9345
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")] #[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]], apis: version::create_apis_vec![[]],
transaction_version: 3, transaction_version: 4,
}; };
/// Native version. /// Native version.
+1 -1
View File
@@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")] #[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]], apis: version::create_apis_vec![[]],
transaction_version: 5, transaction_version: 6,
}; };
/// Native version. /// Native version.