Update Polkadot & Substrate (#354)

This commit is contained in:
Bastian Köcher
2021-03-04 14:20:28 +01:00
committed by GitHub
parent e53a932fe4
commit 77344a96b1
2 changed files with 210 additions and 195 deletions
+209 -194
View File
File diff suppressed because it is too large Load Diff
@@ -16,7 +16,7 @@
//! The actual implementation of the validate block functionality. //! The actual implementation of the validate block functionality.
use frame_executive::ExecuteBlock; use frame_support::traits::ExecuteBlock;
use sp_runtime::traits::{Block as BlockT, HashFor, Header as HeaderT, NumberFor}; use sp_runtime::traits::{Block as BlockT, HashFor, Header as HeaderT, NumberFor};
use sp_io::KillChildStorageResult; use sp_io::KillChildStorageResult;