diff options
author | Fabian Vogelsteller <fabian@frozeman.de> | 2015-02-24 23:18:27 +0800 |
---|---|---|
committer | Fabian Vogelsteller <fabian@frozeman.de> | 2015-02-24 23:18:27 +0800 |
commit | 3fcdafebc262f42bfa80fcffdeb322c37f6eacf3 (patch) | |
tree | 4132694c0f4bb87b2506856562e0e8292d9a6018 /rpc | |
parent | 7c510109cdcd6251724df6c7705b27043c3168f8 (diff) | |
download | go-tangerine-3fcdafebc262f42bfa80fcffdeb322c37f6eacf3.tar.gz go-tangerine-3fcdafebc262f42bfa80fcffdeb322c37f6eacf3.tar.zst go-tangerine-3fcdafebc262f42bfa80fcffdeb322c37f6eacf3.zip |
topics fix
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/util.go | 2 |
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"` } |