Make collator generate the correct block data

This commit is contained in:
Bastian Köcher
2019-10-19 15:45:02 +02:00
parent c7e229bf6e
commit 982b2a7cf4
5 changed files with 145 additions and 121 deletions
-2
View File
@@ -109,8 +109,6 @@ impl<S, PF, E> cumulus_collator::SetupParachain<Block> for SetupParachain<S, PF,
S: AbstractService,
E: Send + crate::cli::IntoExit,
PF: consensus_common::Environment<Block> + Send + 'static,
<PF::Proposer as consensus_common::Proposer<Block>>::Create: Send + Unpin,
PF::Error: std::fmt::Debug,
{
type ProposerFactory = PF;