From a2b62fb872ba22622aaf8e13f9dcd9a4adcc454f Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Tue, 21 Mar 2023 15:28:14 +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 afb20d618f7c..7d1c9952ddf5 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: 19, + transaction_version: 20, state_version: 1, };