mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
rename return to returnData
This commit is contained in:
parent
32312912c9
commit
3df0fec8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ type blockResult struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type callResult struct {
|
type callResult struct {
|
||||||
ReturnValue hexutil.Bytes `json:"return"`
|
ReturnValue hexutil.Bytes `json:"returnData"`
|
||||||
Logs []*types.Log `json:"logs"`
|
Logs []*types.Log `json:"logs"`
|
||||||
GasUsed hexutil.Uint64 `json:"gasUsed"`
|
GasUsed hexutil.Uint64 `json:"gasUsed"`
|
||||||
Status hexutil.Uint64 `json:"status"`
|
Status hexutil.Uint64 `json:"status"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue