diff --git a/contracts/libraries/math/MathUtils.sol b/contracts/libraries/math/MathUtils.sol index 63eb0abe..662ef7c3 100644 --- a/contracts/libraries/math/MathUtils.sol +++ b/contracts/libraries/math/MathUtils.sol @@ -8,6 +8,7 @@ library MathUtils { using SafeMath for uint256; using WadRayMath for uint256; + /// @dev Ignoring leap years uint256 internal constant SECONDS_PER_YEAR = 365 days; /**