This commit is contained in:
cui 2026-07-17 21:53:00 -07:00 committed by GitHub
commit 575164b7e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1082,6 +1082,7 @@ func (bc *BlockChain) setHeadBeyondRoot(head uint64, time uint64, root common.Ha
// removed by the hc.SetHead function.
rawdb.DeleteBody(db, hash, num)
rawdb.DeleteReceipts(db, hash, num)
rawdb.DeleteAccessList(db, hash, num)
}
// Todo(rjl493456442) txlookup, log index, etc
}