mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +00:00
fix service build: enable notifications protocol only under real overseer (#1894)
Co-authored-by: Robert Habermeier <rob@rob.tech>
This commit is contained in:
committed by
GitHub
parent
f82de7b993
commit
ad9e1fdf75
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user