mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
This reverts commit ed07a8aff1.
This commit is contained in:
parent
ed07a8aff1
commit
36ddb8d069
1 changed files with 1 additions and 1 deletions
|
|
@ -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 hexutil.Uint64 `json:"codeSize"`
|
||||
CodeSize uint64 `json:"codeSize"`
|
||||
Nonce hexutil.Uint64 `json:"nonce"`
|
||||
StorageHash common.Hash `json:"storageHash"`
|
||||
StorageProof []storageResult `json:"storageProof"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue