Remove TokenVesting reference from Timelock docs (#2262)

pull/2249/head
tincho 5 years ago committed by GitHub
parent 64ab594ad6
commit 52f7b6e03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;

Loading…
Cancel
Save