diff --git a/core/blockchain.go b/core/blockchain.go index 112ad888eb..f7c921fe64 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -2358,7 +2358,6 @@ func (bc *BlockChain) reorg(oldHead *types.Header, newHead *types.Block) error { if len(rebirthLogs) > 0 { bc.logsFeed.Send(rebirthLogs) } - return nil }