mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +00:00
fix code_hash json annotation (#64)
This commit is contained in:
parent
fccb5bf6ec
commit
a96775b3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ type AccountProofWrapper struct {
|
||||||
Address common.Address `json:"address,omitempty"`
|
Address common.Address `json:"address,omitempty"`
|
||||||
Nonce uint64 `json:"nonce,omitempty"`
|
Nonce uint64 `json:"nonce,omitempty"`
|
||||||
Balance *big.Int `json:"balance,omitempty"`
|
Balance *big.Int `json:"balance,omitempty"`
|
||||||
CodeHash common.Hash `json:"code_hash,omitempty"`
|
CodeHash common.Hash `json:"codeHash,omitempty"`
|
||||||
Proof []string `json:"proof,omitempty"`
|
Proof []string `json:"proof,omitempty"`
|
||||||
Storage *StorageProofWrapper `json:"storage,omitempty"` // StorageProofWrapper can be empty if irrelated to storage operation
|
Storage *StorageProofWrapper `json:"storage,omitempty"` // StorageProofWrapper can be empty if irrelated to storage operation
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue