mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-13 13:18:35 +00:00
topics fix
This commit is contained in:
parent
7c510109cd
commit
3fcdafebc2
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ type RpcServer interface {
|
||||||
|
|
||||||
type Log struct {
|
type Log struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Topic []string `json:"topics"`
|
Topic []string `json:"topic"`
|
||||||
Data string `json:"data"`
|
Data string `json:"data"`
|
||||||
Number uint64 `json:"number"`
|
Number uint64 `json:"number"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue