Merge pull request #376 from frozeman/topicsFix

topics fix
release/1.0.1
Jeffrey Wilcke 10 years ago
commit 0adff214c3
  1. 2
      rpc/util.go

@ -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…
Cancel
Save