diff --git a/core/blockchain.go b/core/blockchain.go index 27a74de822..e2274c03ce 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -2539,10 +2539,6 @@ func (bc *BlockChain) ReorgThroughVerkleTransition() { bc.stateCache.ReorgThroughVerkleTransition() } -func (bc *BlockChain) EndVerkleTransition() { - bc.stateCache.EndVerkleTransition() -} - func (bc *BlockChain) AddRootTranslation(originalRoot, translatedRoot common.Hash) { bc.stateCache.AddRootTranslation(originalRoot, translatedRoot) }