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

Commit

Permalink
Update internal/metrics/metrics.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin Yu <[email protected]>
  • Loading branch information
davidtaikocha and YoGhurt111 authored Apr 17, 2024
1 parent 49ce32f commit 580318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
ProverSgxProofGeneratedCounter = metrics.NewRegisteredCounter("prover/proof/sgx/generated", nil)
ProverSubmissionRevertedCounter = metrics.NewRegisteredCounter("prover/proof/submission/reverted", nil)

// TxManager
// TxManager Metrics
TxMgrMetrics = txmgrMetrics.MakeTxMetrics("client", opMetrics.With(opMetrics.NewRegistry()))
)

Expand Down

0 comments on commit 580318f

Please sign in to comment.