mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 03:01:02 +00:00
move Metrics to utils (#1765)
This commit is contained in:
@@ -51,8 +51,6 @@ pub struct PoVDistribution;
|
||||
impl<C> Subsystem<C> for PoVDistribution
|
||||
where C: SubsystemContext<Message = PoVDistributionMessage>
|
||||
{
|
||||
type Metrics = ();
|
||||
|
||||
fn start(self, ctx: C) -> SpawnedSubsystem {
|
||||
// Swallow error because failure is fatal to the node and we log with more precision
|
||||
// within `run`.
|
||||
|
||||
Reference in New Issue
Block a user