Skip to content

Commit

Permalink
Fix Typo (ethereum#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Feb 28, 2021
1 parent 1de6051 commit 8b348d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/genesis.go
Expand Up @@ -301,7 +301,7 @@ func ApplyOvmStateToState(statedb *state.StateDB, stateDump *dump.OvmDump, l1XDo
OVM_ETH, ok := stateDump.Accounts["OVM_ETH"]
if ok {
// Set the gateway of OVM_ETH
log.Info("Setting OVM_L1WETHGateway in OVM_ETH", "address", l1ETHGatewayAddress.Hex())
log.Info("Setting OVM_L1ETHGateway in OVM_ETH", "address", l1ETHGatewayAddress.Hex())
l1GatewaySlot := common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000008")
l1GatewayValue := common.BytesToHash(l1ETHGatewayAddress.Bytes())
statedb.SetState(OVM_ETH.Address, l1GatewaySlot, l1GatewayValue)
Expand Down

0 comments on commit 8b348d7

Please sign in to comment.