mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 04:27:57 +00:00
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:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user