mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Added comment to SECONDS_PER_YEAR constant
This commit is contained in:
parent
bb6b322925
commit
0a6b1caad0
|
@ -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