mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Add missing As imports. (#877)
This commit is contained in:
committed by
Gav Wood
parent
68b4be14ff
commit
36d71cb88d
@@ -53,12 +53,10 @@ extern crate parity_codec as codec;
|
||||
|
||||
use runtime_support::{StorageValue, Parameter};
|
||||
use runtime_support::dispatch::Result;
|
||||
use runtime_primitives::traits::{OnFinalise, SimpleArithmetic, Zero};
|
||||
use runtime_primitives::traits::{As, OnFinalise, SimpleArithmetic, Zero};
|
||||
use system::ensure_inherent;
|
||||
use rstd::ops::{Mul, Div};
|
||||
|
||||
#[cfg(any(feature = "std", test))]
|
||||
use runtime_primitives::traits::As;
|
||||
|
||||
pub trait Trait: consensus::Trait + system::Trait {
|
||||
/// The position of the required timestamp-set extrinsic.
|
||||
|
||||
Reference in New Issue
Block a user