From bcea20b37705bca25fbf1566fdc7b0f517ef0087 Mon Sep 17 00:00:00 2001
From: Demi Obenour <demi@parity.io>
Date: Fri, 29 May 2020 08:57:00 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20=E2=80=98spec=5Fversion=E2=80=99=20in=20?=
 =?UTF-8?q?Westend=20(#1166)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This lets offline signers know that the transaction format has changed,
due to the addition of `transaction_version` to the signed payload.
---
 polkadot/runtime/westend/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs
index cb766cf5269..176462a06e2 100644
--- a/polkadot/runtime/westend/src/lib.rs
+++ b/polkadot/runtime/westend/src/lib.rs
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
 	spec_name: create_runtime_str!("westend"),
 	impl_name: create_runtime_str!("parity-westend"),
 	authoring_version: 2,
-	spec_version: 11,
+	spec_version: 2000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
-- 
GitLab