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

Commit

Permalink
companion for paritytech/polkadot#4545
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Dec 22, 2021
1 parent 7b42df1 commit 298a54e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/relay-chain-local/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ use std::{sync::Arc, time::Duration};
use async_trait::async_trait;
use cumulus_primitives_core::{
relay_chain::{
v1::{
CommittedCandidateReceipt, OccupiedCoreAssumption, ParachainHost, SessionIndex,
ValidatorId,
},
v1::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId},
v2::ParachainHost,
Block as PBlock, BlockId, Hash as PHash, InboundHrmpMessage,
},
InboundDownwardMessage, ParaId, PersistedValidationData,
Expand Down

0 comments on commit 298a54e

Please sign in to comment.