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

bump transaction_version for polkadot + kusama (#2330)

parent 48bdfddb
No related merge requests found
......@@ -96,7 +96,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.
......
......@@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 5,
transaction_version: 6,
};
/// 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