GPT-5 finding
Misleading comment: unlockPool claims to track vesting start but actually starts inflation tracking
lowdocs-gaphigh
- src/tokens/CloneERC20.sol
The function updates currentYearStart and lastMintTimestamp, which are used by inflation minting (mintInflation), not vesting (vestingStart is set in initialize). The comment is misleading and can confuse integrators.
Recommendation
Update the comment to reflect that unlockPool is repurposed to initialize inflation (minting) timeline, not vesting start.