We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3e53a commit 59e5bf4Copy full SHA for 59e5bf4
contracts/interfaces/IAaveIncentivesController.sol
@@ -127,7 +127,7 @@ interface IAaveIncentivesController {
127
function PRECISION() external view returns (uint8);
128
129
/**
130
- * @dev for backward compatibility with previous implementation of the Incentives controller
+ * @dev Gets the distribution end timestamp of the emissions
131
*/
132
function DISTRIBUTION_END() external view returns (uint256);
133
}
0 commit comments