Skip to content

Commit

Permalink
Update SmartEscrow.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Feb 19, 2025
1 parent bab87b7 commit 090b623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/smart-escrow/SmartEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ contract SmartEscrow is AccessControlDefaultAdminRules {
/// @param _benefactorOwner Address which represents the benefactor entity.
/// @param _beneficiaryOwner Address which represents the beneficiary entity.
/// @param _escrowOwner Address which represents both the benefactor and the beneficiary entities.
/// @param _start Timestamp of the start of vesting period (or the cliff, if there is one).
/// @param _start Timestamp of the start of vesting period.
/// @param _cliffStart Timestamp when tokens start to vest (must be >= _start).
/// @param _end Timestamp of the end of the vesting period.
/// @param _vestingPeriodSeconds Period of time between each vesting event in seconds.
/// @param _initialTokens Number of OP tokens which vest at start time.
Expand Down

0 comments on commit 090b623

Please sign in to comment.