mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Migrate subkey and chain-spec-builder to the 2018 edition (#1605)
This commit is contained in:
committed by
Bastian Köcher
parent
24c531cf7b
commit
8247ad5613
@@ -1,11 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate clap;
|
||||
|
||||
use clap::App;
|
||||
|
||||
extern crate node_cli;
|
||||
extern crate substrate_service;
|
||||
extern crate substrate_primitives;
|
||||
use clap::{App, load_yaml};
|
||||
|
||||
use node_cli::chain_spec;
|
||||
use substrate_service::chain_ops::build_spec;
|
||||
|
||||
Reference in New Issue
Block a user