Skip to content

Commit

Permalink
Fix node metrics tracking of imported blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 29, 2023
1 parent e3ed444 commit dfda03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ where
if let Some(registry) = config.base.prometheus_registry() {
match NodeMetrics::new(
client.clone(),
client.import_notification_stream(),
client.every_import_notification_stream(),
registry,
) {
Ok(node_metrics) => {
Expand Down

0 comments on commit dfda03c

Please sign in to comment.