Fix up the offline validator API to accept controller (#2090)

This commit is contained in:
Gav Wood
2019-03-23 08:16:22 +01:00
committed by GitHub
parent 564c954aa7
commit 6fa40ec199
4 changed files with 61 additions and 55 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 39,
impl_version: 39,
spec_version: 40,
impl_version: 40,
apis: RUNTIME_API_VERSIONS,
};