AbdelStark / token-vesting-contracts

ERC20 token vesting smart contracts 💰⏳
Apache License 2.0
193 stars 135 forks source link

Fix comment for cliff in struct, and removed the initialized flag #59

Closed owlen closed 1 year ago

owlen commented 1 year ago

Fix comment. While the _cliff param of createVestingSchedule() is a duration, inside the VestingSchedule struct it represents time since epoch. The original comment is a bit confusing.

owlen commented 1 year ago

Also removed the initialized flag as it seems to be unused