From 18925afdb0adbd9cf8ef23787f23e07558aff201 Mon Sep 17 00:00:00 2001 From: Chralt Date: Thu, 9 Mar 2023 12:38:18 +0000 Subject: [PATCH] bump transaction_version --- runtime/zeitgeist/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/zeitgeist/src/lib.rs b/runtime/zeitgeist/src/lib.rs index ff2cba321..8b4984d7b 100644 --- a/runtime/zeitgeist/src/lib.rs +++ b/runtime/zeitgeist/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 44, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 20, + transaction_version: 21, state_version: 1, };