Tweak Polkadot constants & bump Substrate (#739)

* Tweak Polkadot constants.

* Bump and remove warning

* Bump impl version

* Bump Substrate

* Bump Substrate again
This commit is contained in:
Gavin Wood
2020-01-08 00:45:55 +01:00
committed by GitHub
parent bd58ddb6e4
commit 59d121dbdc
3 changed files with 187 additions and 125 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1035,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};