Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed May 6, 2024
1 parent 768c100 commit 29fe2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/clients/eth/instrumented_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (iec *InstrumentedClient) WaitForTransactionReceipt(ctx context.Context, tx

// Not sure why this method is not exposed in the ethclient itself...
// but it is needed to comply with the rpc metrics defined in avs-node spec
// https://eigen.nethermind.io/docs/metrics/metrics-prom-spec
// https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/metrics/metrics-prom-spec
func getClientAndVersion(client *ethclient.Client) string {
var clientVersion string
err := client.Client().Call(&clientVersion, "web3_clientVersion")
Expand Down

0 comments on commit 29fe2e3

Please sign in to comment.