Skip to content
Snippets Groups Projects
Commit 177a6ed3 authored by Martin Pugh's avatar Martin Pugh Committed by GitHub
Browse files

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: default avatarBastian Köcher <bkchr@users.noreply.github.com>
parent 3e77ee06
No related merge requests found
This diff is collapsed.
......@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 3,
transaction_version: 4,
};
/// Native version.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment