From 16f7d2179250ebf7ccb09bd69aac9f6ec6bfae9e Mon Sep 17 00:00:00 2001 From: Martin Abbatemarco Date: Tue, 2 Jun 2020 13:04:01 -0300 Subject: [PATCH] Remove TokenVesting reference from Timelock docs --- contracts/token/ERC20/TokenTimelock.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/contracts/token/ERC20/TokenTimelock.sol b/contracts/token/ERC20/TokenTimelock.sol index 56aeb6af03b..0d05ed82c1e 100644 --- a/contracts/token/ERC20/TokenTimelock.sol +++ b/contracts/token/ERC20/TokenTimelock.sol @@ -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;