adjust Statemint to the three digit spec_version format

This commit is contained in:
Alexander Popiak
2021-10-15 13:02:57 +02:00
parent ae23b3d21e
commit 0e01e633bb
+2 -2
View File
@@ -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,
};