From 0e01e633bbc307770ef5d1a28282b1a523902aaa Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Fri, 15 Oct 2021 13:02:57 +0200 Subject: [PATCH] adjust Statemint to the three digit spec_version format --- polkadot-parachains/statemint/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index fd729a67ee..2eca910cb1 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -90,8 +90,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemint"), impl_name: create_runtime_str!("statemint"), authoring_version: 1, - spec_version: 2, - impl_version: 1, + spec_version: 100, + impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, };