Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
add missing update metric op
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Mar 7, 2023
1 parent f243364 commit 1298aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/proof_submitter/invalid_proof_submitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func (s *InvalidProofSubmitter) SubmitProof(

metrics.ProverSentProofCounter.Inc(1)
metrics.ProverSentInvalidProofCounter.Inc(1)
metrics.ProverLatestProvenBlockIDGauge.Update(proofWithHeader.BlockID.Int64())

return nil
}
Expand Down

0 comments on commit 1298aa2

Please sign in to comment.