Skip to content

Commit

Permalink
Revert "ProposerFactory add method to set metrics"
Browse files Browse the repository at this point in the history
This reverts commit fb10844.
  • Loading branch information
tmpolaczyk committed Feb 21, 2024
1 parent 3a48f99 commit b2e38d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions substrate/client/basic-authorship/src/basic_authorship.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@ impl<A, C, PR> ProposerFactory<A, C, PR> {
pub fn set_soft_deadline(&mut self, percent: Percent) {
self.soft_deadline_percent = percent;
}

/// Set metrics.
pub fn set_metrics(&mut self, metrics: PrometheusMetrics) {
self.metrics = metrics;
}
}

impl<Block, C, A, PR> ProposerFactory<A, C, PR>
Expand Down

0 comments on commit b2e38d7

Please sign in to comment.