Bump tx version for westend and test-runtime, bump substrate (#2337)

* bump tx version for westend and test-runtime

& bump substrate

* Update runtime/test-runtime/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Martin Pugh
2021-01-27 16:15:04 +01:00
committed by GitHub
parent 3e77ee0696
commit 177a6ed333
2 changed files with 140 additions and 140 deletions
+139 -139
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -93,7 +93,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.