Commit 3fcdafeb authored by Fabian Vogelsteller's avatar Fabian Vogelsteller

topics fix

parent 7c510109
...@@ -82,7 +82,7 @@ type RpcServer interface { ...@@ -82,7 +82,7 @@ type RpcServer interface {
type Log struct { type Log struct {
Address string `json:"address"` Address string `json:"address"`
Topic []string `json:"topics"` Topic []string `json:"topic"`
Data string `json:"data"` Data string `json:"data"`
Number uint64 `json:"number"` Number uint64 `json:"number"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment