good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 1e57ab5d authored by aaronbuchwald's avatar aaronbuchwald Committed by GitHub
Browse files

core: remove unused else branch in reorg (#22783)

parent 8130dd5c
No related branches found
No related tags found
No related merge requests found
......@@ -2162,7 +2162,6 @@ func (bc *BlockChain) reorg(oldBlock, newBlock *types.Block) error {
l := *log
if removed {
l.Removed = true
} else {
}
logs = append(logs, &l)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment