rm newline

This commit is contained in:
Sina Mahmoodi 2024-10-17 11:18:13 +02:00
parent 2754b414ed
commit 92337d87d9
1 changed files with 0 additions and 1 deletions

View File

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