Skip to content

Commit

Permalink
docs: boundTimelock description
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Aug 19, 2024
1 parent 5644586 commit ffe47a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forge/helpers/IntegrationTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract IntegrationTest is BaseTest {
return morpho.expectedSupplyAssets(idleParams, address(vault));
}

/// @dev Bounds the timelock to be in the acceptable range after deployment.
/// @dev Bounds the timelock to be smaller and in the acceptable range after deployment.
function _boundTimelock(uint256 timelock) internal view returns (uint256) {
return bound(timelock, ConstantsLib.POST_INITIALIZATION_MIN_TIMELOCK, TIMELOCK - 1);
}
Expand Down

0 comments on commit ffe47a4

Please sign in to comment.