Commit 74a1a2dc authored by Ben Jones's avatar Ben Jones

use safeREQUIRE

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