aboutsummaryrefslogtreecommitdiffstats
path: root/core/events.go
diff options
context:
space:
mode:
authorchanghong <changhong.yu@shanbay.com>2017-05-11 09:55:48 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-25 22:14:33 +0800
commit17f0b1194232ebebc4e14f905e6e1d2d148aa5b6 (patch)
tree60663b43bff6e8df5b5a4693cbabc7756482136e /core/events.go
parent07aae19e5da66ed404453e6be70ab84db516207b (diff)
downloadgo-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.gz
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.bz2
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.lz
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.xz
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.zst
go-tangerine-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.zip
core: typos and comments improve
1. fix typos 2. methods recevier of struct should be same 3. comments improve (cherry picked from commit 1ba979539582a00b7fd1a7c8a37a6852e59eac0d)
Diffstat (limited to 'core/events.go')
-rw-r--r--core/events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.go b/core/events.go
index ce1f5aebc..bc7c9ddcb 100644
--- a/core/events.go
+++ b/core/events.go
@@ -41,7 +41,7 @@ type NewMinedBlockEvent struct{ Block *types.Block }
// RemovedTransactionEvent is posted when a reorg happens
type RemovedTransactionEvent struct{ Txs types.Transactions }
-// RemovedLogEvent is posted when a reorg happens
+// RemovedLogsEvent is posted when a reorg happens
type RemovedLogsEvent struct{ Logs []*types.Log }
type ChainEvent struct {