File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {Ownable} from "../access/Ownable.sol";
19
19
* By setting the duration to 0, one can configure this contract to behave like an asset timelock that hold tokens for
20
20
* a beneficiary until a specified time.
21
21
*
22
- * NOTE: Since the wallet is ownable , and ownership can be transferred, it is possible to sell unvested tokens.
22
+ * NOTE: Since the wallet is {Ownable} , and ownership can be transferred, it is possible to sell unvested tokens.
23
23
* Preventing this in a smart contract is difficult, considering that: 1) a beneficiary address could be a
24
24
* counterfactually deployed contract, 2) there is likely to be a migration path for EOAs to become contracts in the
25
25
* near future.
You can’t perform that action at this time.
0 commit comments