Skip to content

Commit

Permalink
Update prometheus.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Mar 12, 2023
1 parent 7fe4690 commit 012383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class Prometheus implements PromClient {
}

increaseCommissionChangedReports(name: string, address: string): void{
this.commissionChangedReports.inc({network:this.network, name, address, environment: this.environment}, 0);
this.commissionChangedReports.inc({network:this.network, name, address, environment: this.environment});
}

setStatusValidatorCommissionUnexpected(name: string, address: string): void{
Expand Down

0 comments on commit 012383e

Please sign in to comment.