From 70ce8a3aed40eb5780d63732eb30fab0736f1c58 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Mon, 27 Feb 2023 15:18:04 +0100 Subject: [PATCH] Bump transaction_version for westend --- runtime/westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index c763380905bc..e28c4eceb9a9 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 18, + transaction_version: 19, state_version: 1, };