diff --git a/rpc/responses.go b/rpc/responses.go index 3620f643ea..5d1be8f34b 100644 --- a/rpc/responses.go +++ b/rpc/responses.go @@ -277,7 +277,6 @@ type LogRes struct { Topics []*hexdata `json:"topics"` Data *hexdata `json:"data"` BlockNumber *hexnum `json:"blockNumber"` - Hash *hexdata `json:"hash"` LogIndex *hexnum `json:"logIndex"` BlockHash *hexdata `json:"blockHash"` TransactionHash *hexdata `json:"transactionHash"`