diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index cc3f7d09ad..afcbce8a2e 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1214,7 +1214,7 @@ type blockResult struct { } type callResult struct { - ReturnValue hexutil.Bytes `json:"return"` + ReturnValue hexutil.Bytes `json:"returnData"` Logs []*types.Log `json:"logs"` GasUsed hexutil.Uint64 `json:"gasUsed"` Status hexutil.Uint64 `json:"status"`