topics fix

This commit is contained in:
Fabian Vogelsteller 2015-02-24 16:18:27 +01:00
parent 7c510109cd
commit 3fcdafebc2
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"`
}