Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Welkin committed Jan 8, 2024
1 parent 70c89df commit 4eda12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/client/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Metricer interface {
}

// NewInstrumentedClient creates a new instrumented client. It takes
// a concrete *rpc.Client to prevent people from passing in an already
// a concrete EthClient to prevent people from passing in an already
// instrumented client.
func NewInstrumentedClient(c EthClient, m Metricer) EthClient {
return &InstrumentedClient{
Expand Down

0 comments on commit 4eda12b

Please sign in to comment.