Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Dec 2, 2024
1 parent 72a965b commit b17b1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/Timelock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contract Timelock is ERC7821, EnumerableRoles {
function minDelay() public view virtual returns (uint256 result) {
/// @solidity memory-safe-assembly
assembly {
result := sload(_TIMELOCK_SLOT)
result := shr(1, sload(_TIMELOCK_SLOT))
}
}

Expand Down

0 comments on commit b17b1a5

Please sign in to comment.