Unverified Commit 52f7b6e0 by tincho Committed by GitHub

Remove TokenVesting reference from Timelock docs (#2262)

parent 64ab594a
...@@ -10,8 +10,6 @@ import "./SafeERC20.sol"; ...@@ -10,8 +10,6 @@ import "./SafeERC20.sol";
* *
* Useful for simple vesting schedules like "advisors get all of their tokens * Useful for simple vesting schedules like "advisors get all of their tokens
* after 1 year". * after 1 year".
*
* For a more complete vesting schedule, see {TokenVesting}.
*/ */
contract TokenTimelock { contract TokenTimelock {
using SafeERC20 for IERC20; using SafeERC20 for IERC20;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment