Skip to content

Commit

Permalink
ethclient: fix typo (ethereum#23778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Dutton authored and jagdeep sidhu committed Oct 20, 2021
1 parent a635047 commit 2305671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethclient/ethclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (ec *Client) Close() {

// Blockchain Access

// ChainId retrieves the current chain ID for transaction replay protection.
// ChainID retrieves the current chain ID for transaction replay protection.
func (ec *Client) ChainID(ctx context.Context) (*big.Int, error) {
var result hexutil.Big
err := ec.c.CallContext(ctx, &result, "eth_chainId")
Expand Down

0 comments on commit 2305671

Please sign in to comment.