Skip to content

Commit

Permalink
cmd/evm: post-rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 10, 2024
1 parent 014d361 commit 1960545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/evm/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ func runCmd(ctx *cli.Context) error {
sdb := state.NewDatabase(triedb, nil)
prestate, _ = state.New(genesis.Root(), sdb)
chainConfig = genesisConfig.Config
statedb.Snapshot()
defer statedb.DiscardSnapshot()
if ctx.String(SenderFlag.Name) != "" {
sender = common.HexToAddress(ctx.String(SenderFlag.Name))
}
Expand Down

0 comments on commit 1960545

Please sign in to comment.