Skip to content

Commit c186780

Browse files
committed
fix name
1 parent 20441ba commit c186780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ethapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import (
5454

5555
var errBlobTxNotSupported = errors.New("signing blob transactions not supported")
5656
var (
57-
gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimate", nil)
57+
gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimategas", nil)
5858
gasUsedEthCallGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_call", nil)
5959
)
6060

0 commit comments

Comments
 (0)