Skip to content
Snippets Groups Projects
Commit ad9e1fdf authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

fix service build: enable notifications protocol only under real overseer (#1894)


Co-authored-by: default avatarRobert Habermeier <rob@rob.tech>
parent f82de7b9
Branches
No related merge requests found
......@@ -503,6 +503,7 @@ pub fn new_full<RuntimeApi, Executor>(
let (shared_voter_state, finality_proof_provider) = rpc_setup;
#[cfg(feature = "real-overseer")]
config.network.notifications_protocols.extend(polkadot_network_bridge::notifications_protocol_info());
let (network, network_status_sinks, system_rpc_tx, network_starter) =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment