aboutsummaryrefslogtreecommitdiffstats
path: root/core/events.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-04-24 16:43:22 +0800
committerGitHub <noreply@github.com>2017-04-24 16:43:22 +0800
commit09aabaea9fa53deee771388917180066d35e532d (patch)
treec5104df0854a9c9a7792846398d6e680ff12d8a9 /core/events.go
parentd2fda73ad7f4771dadb265d1cbfaecaaabb2cb42 (diff)
parent7b2fc0643f68258cbb10afac1a487e09342dd7ab (diff)
downloaddexon-09aabaea9fa53deee771388917180066d35e532d.tar
dexon-09aabaea9fa53deee771388917180066d35e532d.tar.gz
dexon-09aabaea9fa53deee771388917180066d35e532d.tar.bz2
dexon-09aabaea9fa53deee771388917180066d35e532d.tar.lz
dexon-09aabaea9fa53deee771388917180066d35e532d.tar.xz
dexon-09aabaea9fa53deee771388917180066d35e532d.tar.zst
dexon-09aabaea9fa53deee771388917180066d35e532d.zip
Merge pull request #14364 from fjl/core-remove-split-stat-ty
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