mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
Merge c7d025aa36 into dddbaa4bf3
This commit is contained in:
commit
575164b7e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1082,6 +1082,7 @@ func (bc *BlockChain) setHeadBeyondRoot(head uint64, time uint64, root common.Ha
|
||||||
// removed by the hc.SetHead function.
|
// removed by the hc.SetHead function.
|
||||||
rawdb.DeleteBody(db, hash, num)
|
rawdb.DeleteBody(db, hash, num)
|
||||||
rawdb.DeleteReceipts(db, hash, num)
|
rawdb.DeleteReceipts(db, hash, num)
|
||||||
|
rawdb.DeleteAccessList(db, hash, num)
|
||||||
}
|
}
|
||||||
// Todo(rjl493456442) txlookup, log index, etc
|
// Todo(rjl493456442) txlookup, log index, etc
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue