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 authored Oct 27, 2023
1 parent 3f4159b commit fc8f4b9
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 fc8f4b9

Please sign in to comment.