forked from cerc-io/plugeth
rpc: removed hash from LogRes. Closes #701
This commit is contained in:
parent
333e539ce2
commit
d61ec9ca76
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user