diff --git a/core/blockchain.go b/core/blockchain.go index d6edd90133..574eaf8199 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1093,6 +1093,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 }