diff options
author | Felix Lange <fjl@twurst.com> | 2017-04-22 00:54:27 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-04-22 00:56:00 +0800 |
commit | 7b2fc0643f68258cbb10afac1a487e09342dd7ab (patch) | |
tree | c5104df0854a9c9a7792846398d6e680ff12d8a9 /core/events.go | |
parent | d2fda73ad7f4771dadb265d1cbfaecaaabb2cb42 (diff) | |
download | dexon-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.gz dexon-7b2fc0643f68258cbb10afac1a487e09342dd7ab.tar.zst dexon-7b2fc0643f68258cbb10afac1a487e09342dd7ab.zip |
core, light: delete SplitStatTy, ChainSplitEvent (unused)
Diffstat (limited to 'core/events.go')
-rw-r--r-- | core/events.go | 6 |
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 |