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

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Feb 3, 2023
1 parent 1bb5a4e commit 470b13c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/relay-chain-minimal-node/src/blockchain_rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ 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::{
vstaging, Block, CandidateHash, Hash, Header, SessionIndex, ValidatorId,
};
use polkadot_core_primitives::{Block, CandidateHash, Hash, Header};
use polkadot_overseer::RuntimeApiSubsystemClient;
use polkadot_primitives::{vstaging, SessionIndex, ValidatorId};
use polkadot_service::{AuxStore, HeaderBackend};
use sc_authority_discovery::AuthorityDiscovery;

Expand Down

0 comments on commit 470b13c

Please sign in to comment.