Commit 0adff214 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #376 from frozeman/topicsFix

topics fix
parents 7c510109 3fcdafeb
......@@ -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"`
}
......
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