From 27fb40eb277f00d53f10f63bb669ec44cc9482b5 Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Wed, 11 Oct 2023 20:19:52 +0200 Subject: [PATCH] Revert "Bump all RuntimeVersion" This reverts commit 80761b855b3bb6dbbc1767adf8713b4e62014b3b. --- runtime/battery-station/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index 1331304be..d39d2250d 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -105,10 +105,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 51, + spec_version: 49, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 26, + transaction_version: 24, state_version: 1, };