mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
Migrate executor, xinherens, keyring and keystore to 2018 edition (#1585)
This commit is contained in:
committed by
Gav Wood
parent
ecffe0c371
commit
e6839d2d41
@@ -16,12 +16,10 @@
|
||||
|
||||
//! Support code for the runtime. A set of test accounts.
|
||||
|
||||
#[macro_use] extern crate hex_literal;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
extern crate substrate_primitives;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::ops::Deref;
|
||||
use lazy_static::lazy_static;
|
||||
use hex_literal::{hex, hex_impl};
|
||||
use substrate_primitives::ed25519::{Pair, Public, Signature};
|
||||
pub use substrate_primitives::ed25519;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user