diff --git a/service/src/lib.rs b/service/src/lib.rs index a235efc66927..0c0d69973075 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -227,7 +227,7 @@ construct_service_factory! { SlotDuration::get_or_compute(&*client)?, key, client.clone(), - client, + block_import, Arc::new(proposer_factory), service.network(), service.on_exit(),