Commit 869dba6d authored by ben-chain's avatar ben-chain

add ovmNUMBER

parents ee8164a9 0a2e1cb2
......@@ -729,7 +729,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
)
override
public
{
{
// Since this function is public, anyone can attempt to directly call it. We need to make
// sure that the OVM_ExecutionManager itself is the only party that can actually try to
// call this function.
......
......@@ -176,6 +176,7 @@ export const isTestStep_Context = (
'ovmCALLER',
'ovmNUMBER',
'ovmADDRESS',
'ovmNUMBER',
'ovmL1TXORIGIN',
'ovmTIMESTAMP',
'ovmGASLIMIT',
......
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