Update to lastest Substrate master (#443)

This commit is contained in:
Bastian Köcher
2019-09-24 13:09:30 +02:00
committed by Robert Habermeier
parent 444a19ec5f
commit 4f4baa9b07
9 changed files with 249 additions and 271 deletions
+1 -5
View File
@@ -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;