Skip to content

Commit

Permalink
Merge branch 'master' into es/forklift-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Nov 21, 2023
2 parents 3fd52ea + 2183669 commit 052f106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cumulus/test/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ pub fn new_partial(
sc_service::new_full_parts::<Block, RuntimeApi, _>(config, None, executor)?;
let client = Arc::new(client);

let block_import = ParachainBlockImport::new(client.clone(), backend.clone());
let block_import =
ParachainBlockImport::new_with_delayed_best_block(client.clone(), backend.clone());

let registry = config.prometheus_registry();

Expand Down

0 comments on commit 052f106

Please sign in to comment.