mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Make collator generate the correct block data
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user