Skip to content

Commit

Permalink
enable experimental_block_import_strategy when using the dev service
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Nov 22, 2024
1 parent ebc92b9 commit b9d5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ where
frontier_backend,
fee_history_cache,
),
} = new_partial::<RuntimeApi, Customizations>(&mut config, &rpc_config, true, false)?;
} = new_partial::<RuntimeApi, Customizations>(&mut config, &rpc_config, true, true)?;

let block_import = if let BlockImportPipeline::Dev(block_import) = block_import_pipeline {
block_import
Expand Down

0 comments on commit b9d5fae

Please sign in to comment.