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

Commit 55ddb45

Browse files
committed
import tweak
1 parent f261a86 commit 55ddb45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node/service/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ pub use polkadot_client::{
8888
pub use chain_spec::{PolkadotChainSpec, KusamaChainSpec, WestendChainSpec, RococoChainSpec};
8989
pub use consensus_common::{Proposal, SelectChain, block_validation::Chain};
9090
pub use polkadot_primitives::v1::{Block, BlockId, CollatorPair, Hash, Id as ParaId};
91-
pub use sc_consensus::BlockImport;
9291
pub use sc_client_api::{Backend, ExecutionStrategy, CallExecutor};
93-
pub use sc_consensus::LongestChain;
92+
pub use sc_consensus::{BlockImport, LongestChain};
9493
pub use sc_executor::NativeExecutionDispatch;
9594
pub use service::{
9695
Role, PruningMode, TransactionPoolOptions, Error as SubstrateServiceError, RuntimeGenesis,

0 commit comments

Comments
 (0)