updated comments

This commit is contained in:
sendra 2021-06-14 11:45:56 +02:00
parent 3d3e53a153
commit 59e5bf418c

View File

@ -127,7 +127,7 @@ interface IAaveIncentivesController {
function PRECISION() external view returns (uint8);
/**
* @dev for backward compatibility with previous implementation of the Incentives controller
* @dev Gets the distribution end timestamp of the emissions
*/
function DISTRIBUTION_END() external view returns (uint256);
}