Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Oct 6, 2021
1 parent d70a08d commit 8752abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DrawCalculatorTimelock.sol
Expand Up @@ -113,7 +113,7 @@ contract DrawCalculatorTimelock is IDrawCalculatorTimelock, Manageable {

/// @inheritdoc IDrawCalculatorTimelock
function setTimelockDuration(uint32 _timelockDuration) external override onlyOwner {
_setTimelockDuration)(_timelockDuration);
_setTimelockDuration(_timelockDuration);
}

/// @inheritdoc IDrawCalculatorTimelock
Expand Down

0 comments on commit 8752abc

Please sign in to comment.