Skip to content

Commit

Permalink
removed unnecessary call to vm.SetVmL1RpcClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mralj committed Oct 11, 2024
1 parent d4cd646 commit 237b78f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
overrides.OverrideVerkle = config.OverrideVerkle
}

// [rollup-geth]
vm.SetVmL1RpcClient(stack.EthClient())

eth.blockchain, err = core.NewBlockChain(chainDb, cacheConfig, config.Genesis, &overrides, eth.engine, vmConfig, &config.TransactionHistory)
if err != nil {
return nil, err
Expand Down

0 comments on commit 237b78f

Please sign in to comment.