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:
Pierre Krieger
2020-12-02 18:00:26 +01:00
committed by GitHub
parent 87e0b6fe65
commit cb17a8d47f
2 changed files with 137 additions and 138 deletions
+1 -2
View File
@@ -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();