mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Update to lastest Substrate master (#443)
This commit is contained in:
committed by
Robert Habermeier
parent
444a19ec5f
commit
4f4baa9b07
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user