浏览代码

Remove TokenVesting reference from Timelock docs (#2262)

tincho 5 年之前
父节点
当前提交
52f7b6e03b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      contracts/token/ERC20/TokenTimelock.sol

+ 0 - 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;