Commit e9d41069 authored by ben-chain's avatar ben-chain Committed by GitHub

Update EM comment (#98)

Small PR to update a comment in the execution manager to reflect that the ZERO_ADDRESS is not an EVM precompile, though they are treated the same.
parent b65af36d
......@@ -911,7 +911,8 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
bytes memory _returndata
)
{
// EVM precompiles have the same address on L1 and L2 --> no trie lookup needed.
// Both 0x0000... and the EVM precompiles have the same address on L1 and L2 --> no trie lookup needed.
address codeContractAddress =
uint(_contract) < 100
? _contract
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment