Parcourir la source

Remove TokenVesting reference from Timelock docs (#2262)

tincho il y a 5 ans
Parent
commit
52f7b6e03b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;