Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix incorrect merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Mar 16, 2023
1 parent 1ba14e8 commit 29b9157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::pin::Pin;
use cumulus_relay_chain_interface::{RelayChainError, RelayChainResult};
use cumulus_relay_chain_rpc_interface::RelayChainRpcClient;
use futures::{Future, Stream, StreamExt};
use polkadot_core_primitives::{Block, CandidateHash, Hash, Header};
use polkadot_core_primitives::{Block, BlockNumber, Hash, Header};
use polkadot_overseer::RuntimeApiSubsystemClient;
use polkadot_primitives::vstaging;
use sc_authority_discovery::AuthorityDiscovery;
Expand Down

0 comments on commit 29b9157

Please sign in to comment.