Skip to content

Commit 59e5bf4

Browse files
committed
updated comments
1 parent 3d3e53a commit 59e5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/interfaces/IAaveIncentivesController.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ interface IAaveIncentivesController {
127127
function PRECISION() external view returns (uint8);
128128

129129
/**
130-
* @dev for backward compatibility with previous implementation of the Incentives controller
130+
* @dev Gets the distribution end timestamp of the emissions
131131
*/
132132
function DISTRIBUTION_END() external view returns (uint256);
133133
}

0 commit comments

Comments
 (0)