Skip to content

Commit

Permalink
remove unused EndVerkleTransition in blockchain.go (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed May 8, 2024
1 parent 26640f5 commit 25bd3b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 25bd3b3

Please sign in to comment.