diff options
Diffstat (limited to 'light')
-rw-r--r-- | light/lightchain.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/light/lightchain.go b/light/lightchain.go index e8fd0ba5e..5b7e57041 100644 --- a/light/lightchain.go +++ b/light/lightchain.go @@ -377,9 +377,6 @@ func (self *LightChain) InsertHeaderChain(chain []*types.Header, checkFreq int) case core.SideStatTy: log.Debug("Inserted forked header", "number", header.Number, "hash", header.Hash()) events = append(events, core.ChainSideEvent{Block: types.NewBlockWithHeader(header)}) - - case core.SplitStatTy: - events = append(events, core.ChainSplitEvent{Block: types.NewBlockWithHeader(header)}) } return err } |