From d61ec9ca76b3d3eefaf4218a0e8e0b44ccd0df0f Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 13 Apr 2015 21:28:05 +0200 Subject: [PATCH] rpc: removed hash from LogRes. Closes #701 --- rpc/responses.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/responses.go b/rpc/responses.go index 3620f643e..5d1be8f34 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"`