Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
WIP
Forked at: 0efd15c
Parent branch: master
  • Loading branch information
cecton committed Feb 5, 2020
commit 8d6b1bc667e35f0351e47fd2ecab594168a703a7
3 changes: 1 addition & 2 deletions test/parachain/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ macro_rules! new_full_start {
}};
}

/// Run a collator node with the given `RelayChainContext` and `ParachainContext`
/// build by the given `BuildParachainContext` and arguments to the underlying polkadot node.
/// Run a collator node with the given parachain `Configuration` and relaychain `Configuration`
///
/// This function blocks until done.
pub fn run_collator<E: sc_service::ChainSpecExtension>(
Expand Down