Improve VestingWallet's constructor and RSA.pkcs1Sha256 documentation (#5229)
This commit is contained in:
@ -17,7 +17,8 @@ abstract contract VestingWalletCliff is VestingWallet {
|
||||
error InvalidCliffDuration(uint64 cliffSeconds, uint64 durationSeconds);
|
||||
|
||||
/**
|
||||
* @dev Set the start timestamp of the vesting wallet cliff.
|
||||
* @dev Set the duration of the cliff, in seconds. The cliff starts vesting schedule (see {VestingWallet}'s
|
||||
* constructor) and ends `cliffSeconds` later.
|
||||
*/
|
||||
constructor(uint64 cliffSeconds) {
|
||||
if (cliffSeconds > duration()) {
|
||||
|
||||
Reference in New Issue
Block a user