Skip to content

Commit 4ce8164

Browse files
authored
Update contracts/finance/VestingWallet.sol
1 parent c70b8d0 commit 4ce8164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/finance/VestingWallet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {Ownable} from "../access/Ownable.sol";
1919
* By setting the duration to 0, one can configure this contract to behave like an asset timelock that hold tokens for
2020
* a beneficiary until a specified time.
2121
*
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.
2323
* Preventing this in a smart contract is difficult, considering that: 1) a beneficiary address could be a
2424
* counterfactually deployed contract, 2) there is likely to be a migration path for EOAs to become contracts in the
2525
* near future.

0 commit comments

Comments
 (0)