Remove unnecessary sload
This commit is contained in:
parent
bd3b200b30
commit
ad11dc2421
@ -202,7 +202,7 @@ contract AssetProxyOwner is
|
||||
view
|
||||
{
|
||||
bytes4 functionSelector = data.readBytes4(0);
|
||||
TimeLock storage timeLock = functionCallTimeLocks[functionSelector][destination];
|
||||
TimeLock memory timeLock = functionCallTimeLocks[functionSelector][destination];
|
||||
// solhint-disable not-rely-on-time
|
||||
if (timeLock.hasCustomTimeLock) {
|
||||
require(
|
||||
|
Loading…
x
Reference in New Issue
Block a user