Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Backport PRs from main branch #184

Closed
wants to merge 32 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
Valentin Fernandez committed May 17, 2023
commit 514a151e83ee03231f43eefe29322204cf8b4a19
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
@@ -363,7 +363,7 @@ async fn start_node_impl(
para_id: ParaId,
hwbench: Option<sc_sysinfo::HwBench>,
) -> sc_service::error::Result<(TaskManager, Arc<ParachainClient>)> {
use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE;
use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE;

let parachain_config = prepare_node_config(parachain_config);