Quellcode durchsuchen

rpc: removed hash from LogRes. Closes #701

obscuren vor 10 Jahren
Ursprung
Commit
d61ec9ca76
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      rpc/responses.go

+ 0 - 1
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"`