Commit d2a7aeb7 authored by Ben Jones's avatar Ben Jones

revert 'use safeREQUIRE'

parent 74a1a2dc
......@@ -39,7 +39,7 @@ contract OVM_DeployerWhitelist is iOVM_DeployerWhitelist {
)
);
Lib_SafeExecutionManagerWrapper.safeREQUIRE(
require(
ovmExecutionManager.ovmCALLER() == owner,
"Function can only be called by the owner of this 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