PrimeDAO / prime-launch-dapp

https://launch.prime.xyz
6 stars 13 forks source link

Cliff cannot be lesser than Vesting in Token Distribution #353

Open BartuCulha opened 3 years ago

BartuCulha commented 3 years ago

Navigate here: https://primelaunchtest.primedao.io/newSeed/stage3

Fill in previous input fields. (Prime rinkeby address : 0x80E1B5fF7dAdf3FeE78F60D69eF1058FD979ca64 ) Click add stakeholder Enter name and amount Enter 1 for cliff and 0 for vesting

Cliff period cannot be lesser than vesting period, so we should throw an error message and block user from going to the next stage

Token-Details-Register-New-SEED-PrimeLaunch

dkent600 commented 3 years ago

Hmm, this doesn't sound right. In fact it is the vesting period that cannot be less than the cliff. Am I wrong? @BartuCulha

dkent600 commented 3 years ago

Actually, I think the problem is that you meant to say "should not be allowed to be greater than" instead of "cannot be less than" @BartuCulha