📋 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