mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
Companion PR for removing register notif protocol (#2048)
* Companion PR for removing register notif protocol * Missing .into() * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -508,6 +508,7 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
|
||||
#[cfg(feature = "real-overseer")]
|
||||
config.network.notifications_protocols.extend(polkadot_network_bridge::notifications_protocol_info());
|
||||
config.network.notifications_protocols.push(grandpa::GRANDPA_PROTOCOL_NAME.into());
|
||||
|
||||
let (network, network_status_sinks, system_rpc_tx, network_starter) =
|
||||
service::build_network(service::BuildNetworkParams {
|
||||
@@ -726,8 +727,6 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
"grandpa-voter",
|
||||
grandpa::run_grandpa_voter(grandpa_config)?
|
||||
);
|
||||
} else {
|
||||
grandpa::setup_disabled_grandpa(network.clone())?;
|
||||
}
|
||||
|
||||
network_starter.start_network();
|
||||
|
||||
Reference in New Issue
Block a user