Skip to content

Commit

Permalink
Update Vesting.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
jinal2349 authored Apr 6, 2024
1 parent 7e94b69 commit e3d2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exa Protocol/Vesting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract Vesting {
_wallet.length == _tokenamount.length &&
_wallet.length == _vestingTime.length &&
_wallet.length == _cliffperiod.length &&
_wallet.length == _readytoUse.length
_wallet.length == _readytoUsePercentage.length,
"Please check parameter values"
);

Expand Down

0 comments on commit e3d2f39

Please sign in to comment.