Revert "fix testGetProof (#597)" (#598)

This reverts commit ed07a8aff1.
This commit is contained in:
HAOYUatHZ 2023-12-14 19:02:36 +08:00 committed by GitHub
parent ed07a8aff1
commit 36ddb8d069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ func (ec *Client) GetProof(ctx context.Context, account common.Address, keys []s
Balance *hexutil.Big `json:"balance"` Balance *hexutil.Big `json:"balance"`
KeccakCodeHash common.Hash `json:"keccakCodeHash"` KeccakCodeHash common.Hash `json:"keccakCodeHash"`
PoseidonCodeHash common.Hash `json:"poseidonCodeHash"` PoseidonCodeHash common.Hash `json:"poseidonCodeHash"`
CodeSize hexutil.Uint64 `json:"codeSize"` CodeSize uint64 `json:"codeSize"`
Nonce hexutil.Uint64 `json:"nonce"` Nonce hexutil.Uint64 `json:"nonce"`
StorageHash common.Hash `json:"storageHash"` StorageHash common.Hash `json:"storageHash"`
StorageProof []storageResult `json:"storageProof"` StorageProof []storageResult `json:"storageProof"`