Merge branch 'fix/84-seconds-year-comment' into 'master'

Fixes #84

Closes #84

See merge request aave-tech/protocol-v2!92
This commit is contained in:
The-3D 2020-10-27 11:16:38 +00:00
commit 2fd3fe141a

View File

@ -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;
/**