core, light: delete SplitStatTy, ChainSplitEvent (unused)

This commit is contained in:
Felix Lange
2017-04-21 18:54:27 +02:00
parent d2fda73ad7
commit 7b2fc0643f
3 changed files with 3 additions and 15 deletions

View File

@ -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