Skip to content

Commit

Permalink
eth/state_accessor: revert useless empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Dec 2, 2024
1 parent 02121b6 commit 7d4f3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/state_accessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func (eth *Ethereum) stateAtTransaction(ctx context.Context, block *types.Block,
vmenv := vm.NewEVM(context, vm.TxContext{}, statedb, eth.blockchain.Config(), vm.Config{})
core.ProcessBeaconBlockRoot(*beaconRoot, vmenv, statedb)
}

// If prague hardfork, insert parent block hash in the state as per EIP-2935.
if eth.blockchain.Config().IsPrague(block.Number(), block.Time()) {
context := core.NewEVMBlockContext(block.Header(), eth.blockchain, nil)
Expand Down

0 comments on commit 7d4f3a8

Please sign in to comment.