Add introduction tag for v5.1 contracts (#5228)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -7,6 +7,8 @@ import {VestingWallet} from "./VestingWallet.sol";
|
||||
|
||||
/**
|
||||
* @dev Extension of {VestingWallet} that adds a cliff to the vesting schedule.
|
||||
*
|
||||
* _Available since v5.1._
|
||||
*/
|
||||
abstract contract VestingWalletCliff is VestingWallet {
|
||||
using SafeCast for *;
|
||||
|
||||
Reference in New Issue
Block a user