Skip to content

Commit

Permalink
fill: remove witness generation in overlay tree when
Browse files Browse the repository at this point in the history
  • Loading branch information
jsign committed Oct 25, 2024
1 parent 3ca9415 commit c781d4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/evm/internal/t8ntool/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ func (pre *Prestate) Apply(vmConfig vm.Config, chainConfig *params.ChainConfig,
switch tr := statedb.GetTrie().(type) {
case *trie.VerkleTrie:
vtrpre = tr.Copy()
case *trie.TransitionTrie:
vtrpre = tr.Overlay().Copy()
}

// If currentBaseFee is defined, add it to the vmContext.
Expand Down

0 comments on commit c781d4b

Please sign in to comment.