Skip to content

Commit

Permalink
WIP:
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuanyshbaev committed Oct 25, 2024
1 parent 6253453 commit f0ae845
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion node/service/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ where
other: (rpc_builder, block_import, grandpa_link, mut telemetry),
} = new_partial(&config)?;

let mut net_config = sc_network::config::FullNetworkConfiguration::new(&config.network);
let mut net_config = sc_network::config::FullNetworkConfiguration::new(
&config.network,
config.prometheus_config.as_ref().map(|cfg| cfg.registry.clone()),
);

let grandpa_protocol_name = sc_consensus_grandpa::protocol_standard_name(
&client
Expand Down

0 comments on commit f0ae845

Please sign in to comment.