diff --git a/core/blockchain.go b/core/blockchain.go index 798d3f1ae6..cd4165a8ad 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -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 }