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 -1
View File
@@ -306,7 +306,7 @@ impl<P, E> Worker for CollationNode<P, E> where
};
let is_known = move |block_hash: &Hash| {
use client::BlockStatus;
use consensus_common::BlockStatus;
use polkadot_network::gossip::Known;
match known_oracle.block_status(&BlockId::hash(*block_hash)) {