mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
remove unused EndVerkleTransition in blockchain.go (#301)
This commit is contained in:
parent
4f9beb0526
commit
4815fe2686
1 changed files with 0 additions and 4 deletions
|
|
@ -2539,10 +2539,6 @@ func (bc *BlockChain) ReorgThroughVerkleTransition() {
|
||||||
bc.stateCache.ReorgThroughVerkleTransition()
|
bc.stateCache.ReorgThroughVerkleTransition()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bc *BlockChain) EndVerkleTransition() {
|
|
||||||
bc.stateCache.EndVerkleTransition()
|
|
||||||
}
|
|
||||||
|
|
||||||
func (bc *BlockChain) AddRootTranslation(originalRoot, translatedRoot common.Hash) {
|
func (bc *BlockChain) AddRootTranslation(originalRoot, translatedRoot common.Hash) {
|
||||||
bc.stateCache.AddRootTranslation(originalRoot, translatedRoot)
|
bc.stateCache.AddRootTranslation(originalRoot, translatedRoot)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue