mirror of https://github.com/status-im/op-geth.git
topics fix
This commit is contained in:
parent
7c510109cd
commit
3fcdafebc2
|
@ -82,7 +82,7 @@ type RpcServer interface {
|
|||
|
||||
type Log struct {
|
||||
Address string `json:"address"`
|
||||
Topic []string `json:"topics"`
|
||||
Topic []string `json:"topic"`
|
||||
Data string `json:"data"`
|
||||
Number uint64 `json:"number"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue