Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
cecton committed Mar 11, 2020
commit 0734d0ce48001e707fd2d4412d2db48b41b0bac4
6 changes: 0 additions & 6 deletions test/parachain/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use std::sync::Arc;
use parachain_runtime::{self, opaque::Block, GenesisConfig};

use sc_executor::native_executor_instance;
use sc_network::construct_simple_protocol;
use sc_service::{AbstractService, Configuration};

use polkadot_primitives::parachain::CollatorPair;
Expand All @@ -37,11 +36,6 @@ native_executor_instance!(
parachain_runtime::native_version,
);

construct_simple_protocol! {
/// Demo protocol attachment for substrate.
pub struct NodeProtocol where Block = Block { }
}

/// Starts a `ServiceBuilder` for a full service.
///
/// Use this macro if you don't actually need the full service, but just the builder in order to
Expand Down