You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstring states that there is an owner and a pending owner although no pending owner is present. Moreover, the sender isn't necessarily set as owner/beneficiary.
More accurate docstring would be:
// @dev Sets beneficiary as the owner, the start timestamp and the vesting duration of the vesting wallet.
openzeppelin-contracts-upgradeable/contracts/finance/VestingWalletUpgradeable.sol
Lines 53 to 59 in 0b2bfd7
Docstring states that there is an owner and a pending owner although no pending owner is present. Moreover, the sender isn't necessarily set as owner/beneficiary.
More accurate docstring would be:
Similarly, in ender as the initial owner, the beneficiary as the pending owner the docstring seems outdated.
The text was updated successfully, but these errors were encountered: