fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
return crate::service::start_dev_node(config, cli.run.sealing, rpc_config, id, hwbench).await
// We log both genesis states for reference, as fetching it from runtime would take significant time
let block_state_v0: Block = generate_genesis_block(&*config.chain_spec, sp_runtime::StateVersion::V0)
let block_state_v1: Block = generate_genesis_block(&*config.chain_spec, sp_runtime::StateVersion::V1)
warn!("Detected relay chain node arguments together with --relay-chain-rpc-url. This command starts a minimal Polkadot node that only uses a network-related subset of all relay chain CLI options.");
// If the container chain args have no --wasmtime-precompiled flag, use the same as the orchestrator