Преглед на файлове

addressed TokenVesting contstructor natspec updates in #742 (#935)

Doug Crescenzi преди 7 години
родител
ревизия
d5f06ab32f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      contracts/token/ERC20/TokenVesting.sol

+ 1 - 0
contracts/token/ERC20/TokenVesting.sol

@@ -39,6 +39,7 @@ contract TokenVesting is Ownable {
    * of the balance will have vested.
    * @param _beneficiary address of the beneficiary to whom vested tokens are transferred
    * @param _cliff duration in seconds of the cliff in which tokens will begin to vest
+   * @param _start the time (as Unix time) at which point vesting starts 
    * @param _duration duration in seconds of the period in which the tokens will vest
    * @param _revocable whether the vesting is revocable or not
    */