Remove remains from metadata v0 (#2610)

* Remove rests for metadata v0

* bump impl_version
This commit is contained in:
Amaury Martiny
2019-05-17 10:49:08 +02:00
committed by thiolliere
parent 7e525dc603
commit e24b18f844
3 changed files with 2 additions and 21 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 80,
impl_version: 81,
impl_version: 82,
apis: RUNTIME_API_VERSIONS,
};