Skip to content

Commit

Permalink
Rename hexKey argument in GetStorageAt method
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Nov 21, 2023
1 parent ed4fe06 commit 71ef6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (s *BlockChainAPI) GetProof(
func (s *BlockChainAPI) GetStorageAt(
ctx context.Context,
address common.Address,
hexKey string,
storageSlot string,
blockNumberOrHash rpc.BlockNumberOrHash,
) (hexutil.Bytes, error) {
return hexutil.Bytes{}, nil
Expand Down

0 comments on commit 71ef6d1

Please sign in to comment.