mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
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:
commit
2fd3fe141a
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user