Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 11, 2024
1 parent 20441ba commit c186780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import (

var errBlobTxNotSupported = errors.New("signing blob transactions not supported")
var (
gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimate", nil)
gasUsedEthEstimateGasGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_estimategas", nil)
gasUsedEthCallGauge = metrics.NewRegisteredCounter("rpc/gas_used/eth_call", nil)
)

Expand Down

0 comments on commit c186780

Please sign in to comment.