๐ Overview
Update the TODO comment to reflect the actual function name change from getStorageLastCumulativeHoldersPriceCap to getStorageLastCumulativeHoldersRewardPrice
๐ Location
contracts/src/lockup/Lockup.sol:392
โ Problem
The TODO comment refers to an outdated function name.
๏ฟฝ Why
This ensures that the TODO comment is accurate and avoids confusion when the function is eventually improved and updated.
โ
Solution
Change the TODO text to reflect the actual function name change.
๐ Generated by Crawly
๐ Overview
Update the TODO comment to reflect the actual function name change from
getStorageLastCumulativeHoldersPriceCaptogetStorageLastCumulativeHoldersRewardPrice๐ Location
contracts/src/lockup/Lockup.sol:392
โ Problem
The TODO comment refers to an outdated function name.
๏ฟฝ Why
This ensures that the TODO comment is accurate and avoids confusion when the function is eventually improved and updated.
โ Solution
Change the TODO text to reflect the actual function name change.
๐ Generated by Crawly