From 6b7a7bd1e306064de663076ddb25d02e371a4970 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Tue, 6 Dec 2022 15:54:43 +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 64d36a1e53ca..0c2f5071fc33 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 15, + transaction_version: 16, state_version: 0, };