mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
Companion for paritytech/substrate#12264 (#1661)
* Companion for paritytech/substrate#12264 * Fix more tests * disable sc-network-transactions to check companion * Fix node config in tests * update lockfile for {"substrate", "polkadot"} Co-authored-by: parity-processbot <> Co-authored-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
@@ -289,7 +289,7 @@ where
|
||||
let prometheus_registry = parachain_config.prometheus_registry().cloned();
|
||||
let transaction_pool = params.transaction_pool.clone();
|
||||
let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue);
|
||||
let (network, system_rpc_tx, start_network) =
|
||||
let (network, system_rpc_tx, tx_handler_controller, start_network) =
|
||||
sc_service::build_network(sc_service::BuildNetworkParams {
|
||||
config: ¶chain_config,
|
||||
client: client.clone(),
|
||||
@@ -327,6 +327,7 @@ where
|
||||
backend: backend.clone(),
|
||||
network: network.clone(),
|
||||
system_rpc_tx,
|
||||
tx_handler_controller,
|
||||
telemetry: telemetry.as_mut(),
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user