mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Update Substrate & Polkadot (#454)
This commit is contained in:
@@ -204,7 +204,7 @@ where
|
||||
|
||||
let prometheus_registry = parachain_config.prometheus_registry().cloned();
|
||||
let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue);
|
||||
let (network, network_status_sinks, system_rpc_tx, start_network) =
|
||||
let (network, system_rpc_tx, start_network) =
|
||||
sc_service::build_network(sc_service::BuildNetworkParams {
|
||||
config: ¶chain_config,
|
||||
client: client.clone(),
|
||||
@@ -232,7 +232,6 @@ where
|
||||
keystore: params.keystore_container.sync_keystore(),
|
||||
backend,
|
||||
network: network.clone(),
|
||||
network_status_sinks,
|
||||
system_rpc_tx,
|
||||
telemetry: None,
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user