From 4eda12b30c770928e46a8caa79e7c980837a4763 Mon Sep 17 00:00:00 2001 From: Welkin Date: Mon, 8 Jan 2024 16:25:52 +0800 Subject: [PATCH] fix --- op-service/client/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-service/client/metrics.go b/op-service/client/metrics.go index 5a2f865d2d..f76c1e3725 100644 --- a/op-service/client/metrics.go +++ b/op-service/client/metrics.go @@ -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{