aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-27 03:21:16 +0800
committerobscuren <geffobscura@gmail.com>2015-02-27 03:21:16 +0800
commitfa7deb10f636d89f668249b78792f8cc48146ee8 (patch)
treea9531d9e14c15abd72625a98a21a9b988dc32319 /rpc/util.go
parentb2a225a52e45315f3ec90e11707fefa6059d13f5 (diff)
parente235b57234a68a8a39cfe7691a1825d8c6bb3443 (diff)
downloaddexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar.gz
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar.bz2
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar.lz
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar.xz
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.tar.zst
dexon-fa7deb10f636d89f668249b78792f8cc48146ee8.zip
Merge branch 'develop'
Diffstat (limited to 'rpc/util.go')
-rw-r--r--rpc/util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/util.go b/rpc/util.go
index 00a418783..3e8ca3fef 100644
--- a/rpc/util.go
+++ b/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"`
}