aboutsummaryrefslogtreecommitdiffstats
path: root/core/events.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-04-22 00:54:27 +0800
committerFelix Lange <fjl@twurst.com>2017-04-22 00:56:00 +0800
commit7b2fc0643f68258cbb10afac1a487e09342dd7ab (patch)
treec5104df0854a9c9a7792846398d6e680ff12d8a9 /core/events.go
parentd2fda73ad7f4771dadb265d1cbfaecaaabb2cb42 (diff)
downloadgo-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.gz
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.bz2
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.lz
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.xz
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.zst
go-tangerine-7b2fc0643f68258cbb10afac1a487e09342dd7ab.zip
core, light: delete SplitStatTy, ChainSplitEvent (unused)
Diffstat (limited to 'core/events.go')
-rw-r--r--core/events.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/events.go b/core/events.go
index 31ad8364b..106b52c80 100644
--- a/core/events.go
+++ b/core/events.go
@@ -46,12 +46,6 @@ type RemovedTransactionEvent struct{ Txs types.Transactions }
// RemovedLogEvent is posted when a reorg happens
type RemovedLogsEvent struct{ Logs []*types.Log }
-// ChainSplit is posted when a new head is detected
-type ChainSplitEvent struct {
- Block *types.Block
- Logs []*types.Log
-}
-
type ChainEvent struct {
Block *types.Block
Hash common.Hash