Merge pull request #376 from frozeman/topicsFix

topics fix
This commit is contained in:
Jeffrey Wilcke 2015-02-24 17:27:14 +01:00
commit 0adff214c3
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}