Enable runtime_api for Substrate service (#3709)

* added new_full_concrete for service

* line width fix

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* replaced new_full

* empty

* added backticks to pass ci
This commit is contained in:
Alexey
2019-09-27 12:43:25 +03:00
committed by Bastian Köcher
parent 3864d0e4da
commit 62be947877
5 changed files with 48 additions and 3 deletions
@@ -16,4 +16,4 @@ warning: unused import: `sr_primitives::traits::Block as BlockT`
1 | use sr_primitives::traits::Block as BlockT;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
= note: `#[warn(unused_imports)]` on by default
@@ -10,4 +10,4 @@ warning: unused import: `sr_primitives::traits::Block as BlockT`
1 | use sr_primitives::traits::Block as BlockT;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
= note: `#[warn(unused_imports)]` on by default