diff --git a/Exa Protocol/Vesting.sol b/Exa Protocol/Vesting.sol index 7c6a12c..1c7080e 100644 --- a/Exa Protocol/Vesting.sol +++ b/Exa Protocol/Vesting.sol @@ -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" );