Unverified Commit 1e57ab5d authored by aaronbuchwald's avatar aaronbuchwald Committed by GitHub

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

parent 8130dd5c
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment