Skip to content

Commit

Permalink
fix testGetProof (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Dec 14, 2023
1 parent 2cb5e03 commit ed07a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethclient/gethclient/gethclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (ec *Client) GetProof(ctx context.Context, account common.Address, keys []s
Balance *hexutil.Big `json:"balance"`
KeccakCodeHash common.Hash `json:"keccakCodeHash"`
PoseidonCodeHash common.Hash `json:"poseidonCodeHash"`
CodeSize uint64 `json:"codeSize"`
CodeSize hexutil.Uint64 `json:"codeSize"`
Nonce hexutil.Uint64 `json:"nonce"`
StorageHash common.Hash `json:"storageHash"`
StorageProof []storageResult `json:"storageProof"`
Expand Down

0 comments on commit ed07a8a

Please sign in to comment.