Skip to content

Commit

Permalink
Update contracts/finance/VestingWallet.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Aug 4, 2023
1 parent c70b8d0 commit 4ce8164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/finance/VestingWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {Ownable} from "../access/Ownable.sol";
* By setting the duration to 0, one can configure this contract to behave like an asset timelock that hold tokens for
* a beneficiary until a specified time.
*
* NOTE: Since the wallet is ownable, and ownership can be transferred, it is possible to sell unvested tokens.
* NOTE: Since the wallet is {Ownable}, and ownership can be transferred, it is possible to sell unvested tokens.
* Preventing this in a smart contract is difficult, considering that: 1) a beneficiary address could be a
* counterfactually deployed contract, 2) there is likely to be a migration path for EOAs to become contracts in the
* near future.
Expand Down

0 comments on commit 4ce8164

Please sign in to comment.