From 51049e6fe729213fcdbd4026420657c90b6e9ee4 Mon Sep 17 00:00:00 2001 From: Egor_P Date: Fri, 5 May 2023 19:46:01 +0200 Subject: [PATCH] Bump transaction_version (#2520) (#2531) * bump trnsaction_version * revert transaction_version bump for all except the collectives * make cargo fmt happy again --- parachains/runtimes/collectives/collectives-polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index b413f3998c7..f1a48fb0b50 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 9420, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 4, + transaction_version: 5, state_version: 0, };