mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Update to lastest Substrate master (#443)
This commit is contained in:
committed by
Robert Habermeier
parent
444a19ec5f
commit
4f4baa9b07
@@ -21,14 +21,10 @@
|
||||
|
||||
use rstd::prelude::*;
|
||||
use codec::{Encode, Decode};
|
||||
use srml_support::{decl_storage, decl_module, ensure};
|
||||
use srml_support::{decl_storage, decl_module, ensure, dispatch::Result, traits::Get};
|
||||
|
||||
use primitives::{Hash, parachain::{AttestedCandidate, CandidateReceipt, Id as ParaId}};
|
||||
use sr_staking_primitives::SessionIndex;
|
||||
use {system, session};
|
||||
use srml_support::{
|
||||
StorageValue, StorageMap, StorageDoubleMap, dispatch::Result, traits::Get,
|
||||
};
|
||||
|
||||
use inherents::{ProvideInherent, InherentData, RuntimeString, MakeFatalError, InherentIdentifier};
|
||||
use system::ensure_none;
|
||||
|
||||
Reference in New Issue
Block a user