Skip to content

Commit

Permalink
Remove TokenVesting reference from Timelock docs (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoabbate authored Jun 2, 2020
1 parent 64ab594 commit 52f7b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/token/ERC20/TokenTimelock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import "./SafeERC20.sol";
*
* Useful for simple vesting schedules like "advisors get all of their tokens
* after 1 year".
*
* For a more complete vesting schedule, see {TokenVesting}.
*/
contract TokenTimelock {
using SafeERC20 for IERC20;
Expand Down

0 comments on commit 52f7b6e

Please sign in to comment.