mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +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
@@ -17,12 +17,8 @@
|
||||
#![cfg_attr(feature = "bench", feature(test))]
|
||||
#[cfg(feature = "bench")]
|
||||
extern crate test;
|
||||
extern crate substrate_primitives;
|
||||
extern crate rand;
|
||||
|
||||
#[macro_use]
|
||||
extern crate clap;
|
||||
|
||||
use clap::load_yaml;
|
||||
use rand::{RngCore, rngs::OsRng};
|
||||
use substrate_primitives::{ed25519::Pair, hexdisplay::HexDisplay};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user