Update Substrate & Polkadot (#428)

This commit is contained in:
Bastian Köcher
2021-05-04 22:32:06 +02:00
committed by GitHub
parent 530c95d2df
commit 5847e78fd9
6 changed files with 217 additions and 230 deletions
-4
View File
@@ -355,10 +355,6 @@ impl_runtime_apis! {
fn check_inherents(block: Block, data: sp_inherents::InherentData) -> sp_inherents::CheckInherentsResult {
data.check_extrinsics(&block)
}
fn random_seed() -> <Block as BlockT>::Hash {
RandomnessCollectiveFlip::random_seed().0
}
}
impl sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block> for Runtime {